Uses of Class
ui.SysTrayMain

Packages that use SysTrayMain
ui   
 

Uses of SysTrayMain in ui
 

Fields in ui declared as SysTrayMain
 SysTrayMain GuiMain.tray
          The sytem tray icon.
 

Methods in ui with parameters of type SysTrayMain
 void GuiMain.setSysTray(SysTrayMain tray)
          Sets the system tray icon in the GuiMain object.
 

Constructors in ui with parameters of type SysTrayMain
GuiRunnable(GuiMain gui, SysTrayMain tray)
          Creates a new GuiRunnable object.