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 classSysTray.Java6SysTrayImplementation which provides system tray access using J2SE 1.6 classes by reflection.private static classSysTray.NoSysTrayImplementation which provides no system tray access.Fields in org.astrogrid.samp.gui declared as SysTray Modifier and Type Field Description private static SysTraySysTray. instance_Methods in org.astrogrid.samp.gui that return SysTray Modifier and Type Method Description static SysTraySysTray. 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 SysTrayHubServiceMode.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 voidHubMode. configureWindowForSysTray(javax.swing.JFrame frame, HubRunner[] runners, SysTray sysTray)Deprecated.Performs common configuration of hub display window with system tray functionality.
-