Uses of Class
org.astrogrid.samp.gui.GuiHubService
-
Packages that use GuiHubService 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. -
-
Uses of GuiHubService in org.astrogrid.samp.gui
Subclasses of GuiHubService in org.astrogrid.samp.gui Modifier and Type Class Description class
MessageTrackerHubService
GuiHubService subclass which additionally keeps track of which messages have been sent and received, and can provide a graphical display of these. -
Uses of GuiHubService in org.astrogrid.samp.hub
Fields in org.astrogrid.samp.hub declared as GuiHubService Modifier and Type Field Description (package private) GuiHubService
HubServiceMode.BasicWindowConfig. hubService_
Methods in org.astrogrid.samp.hub with parameters of type GuiHubService Modifier and Type Method Description private static HubServiceMode.Tidier
HubServiceMode. configureHubWindow(javax.swing.JFrame frame, HubProfile[] profiles, Hub[] runners, GuiHubService hubService)
Used to perform common configuration of hub display windows for GUI-type hub modes.Constructors in org.astrogrid.samp.hub with parameters of type GuiHubService Constructor Description BasicWindowConfig(javax.swing.JFrame frame, HubProfile[] profiles, Hub[] runners, GuiHubService hubService)
Constructor.SysTrayWindowConfig(javax.swing.JFrame frame, HubProfile[] profiles, Hub[] runners, GuiHubService hubService, SysTray sysTray)
Constructor.
-