| Methods in com.jeans.trayicon with parameters of type WindowsTrayIcon |
void |
TrayIconPopupSimpleItem.setTrayIcon(WindowsTrayIcon trayicon,
int id,
int level)
Create menu in native library - used by WindowsTrayIcon.setPopup()
Param trayicon = the owner of this menu
Param id = the icon's id
Param level = the level (submenu depth) |
void |
TrayIconPopupSeparator.setTrayIcon(WindowsTrayIcon trayicon,
int id,
int level)
Create menu in native library - used by WindowsTrayIcon.setPopup()
Param trayicon = the owner of this menu
Param id = the icon's id
Param level = the level (submenu depth) |
void |
TrayIconPopupCheckItem.setTrayIcon(WindowsTrayIcon trayicon,
int id,
int level)
Create menu in native library - used by WindowsTrayIcon.setPopup()
Param trayicon = the owner of this menu
Param id = the icon's id
Param level = the level (submenu depth) |
void |
TrayIconPopup.setTrayIcon(WindowsTrayIcon trayicon,
int id,
int level)
Create menu in native library - used by WindowsTrayIcon.setPopup()
Param trayicon = the owner of this menu
Param id = the icon's id
Param level = the level (submenu depth) |
void |
SwingTrayPopup.setTrayIcon(WindowsTrayIcon icon)
|