Uses of Class
org.astrogrid.samp.gui.SysTray
-
Packages that use SysTray Package Description org.astrogrid.samp.gui Classes required only for graphical components based on SAMP classes.org.astrogrid.samp.hub Classes required only for running a SAMP hub.org.astrogrid.samp.xmlrpc Classes relating to Standard Profile and XML-RPC pluggable implementation layer. -
-
Uses of SysTray in org.astrogrid.samp.gui
Subclasses of SysTray in org.astrogrid.samp.gui Modifier and Type Class Description private static class
SysTray.Java6SysTray
Implementation which provides system tray access using J2SE 1.6 classes by reflection.private static class
SysTray.NoSysTray
Implementation which provides no system tray access.Fields in org.astrogrid.samp.gui declared as SysTray Modifier and Type Field Description private static SysTray
SysTray. instance_
Methods in org.astrogrid.samp.gui that return SysTray Modifier and Type Method Description static SysTray
SysTray. getInstance()
Returns an instance of this class. -
Uses of SysTray in org.astrogrid.samp.hub
Fields in org.astrogrid.samp.hub declared as SysTray Modifier and Type Field Description private SysTray
HubServiceMode.SysTrayWindowConfig. sysTray_
Constructors in org.astrogrid.samp.hub with parameters of type SysTray Constructor Description SysTrayWindowConfig(javax.swing.JFrame frame, HubProfile[] profiles, Hub[] runners, GuiHubService hubService, SysTray sysTray)
Constructor. -
Uses of SysTray in org.astrogrid.samp.xmlrpc
Methods in org.astrogrid.samp.xmlrpc with parameters of type SysTray Modifier and Type Method Description private static void
HubMode. configureWindowForSysTray(javax.swing.JFrame frame, HubRunner[] runners, SysTray sysTray)
Deprecated.Performs common configuration of hub display window with system tray functionality.
-