Uses of Class
org.astrogrid.samp.hub.Hub
-
Packages that use Hub Package Description org.astrogrid.samp.hub Classes required only for running a SAMP hub. -
-
Uses of Hub in org.astrogrid.samp.hub
Fields in org.astrogrid.samp.hub declared as Hub Modifier and Type Field Description (package private) Hub[]
HubServiceMode.BasicWindowConfig. runners_
(package private) Hub[]
HubServiceMode.ProfileToggler. runners_
Methods in org.astrogrid.samp.hub that return Hub Modifier and Type Method Description static Hub[]
Hub. getRunningHubs()
Returns an array of all the instances of this class which are currently running.static Hub
Hub. runHub(HubServiceMode hubMode)
Starts a SAMP hub with a default set of profiles.static Hub
Hub. runHub(HubServiceMode hubMode, HubProfile[] profiles, HubProfile[] extraProfiles)
Starts a SAMP hub with given sets of profiles.Methods in org.astrogrid.samp.hub with parameters of type Hub 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.(package private) HubServiceMode.ServiceGui
HubServiceMode.BrokenHubMode. createHubService(java.util.Random random, HubProfile[] profiles, Hub[] runners)
(package private) abstract HubServiceMode.ServiceGui
HubServiceMode. createHubService(java.util.Random random, HubProfile[] profiles, Hub[] runners)
Creates and returns a new hub service object.Constructors in org.astrogrid.samp.hub with parameters of type Hub Constructor Description BasicWindowConfig(javax.swing.JFrame frame, HubProfile[] profiles, Hub[] runners, GuiHubService hubService)
Constructor.ProfileToggler(HubProfile profile, Hub[] runners)
Constructor.SysTrayWindowConfig(javax.swing.JFrame frame, HubProfile[] profiles, Hub[] runners, GuiHubService hubService, SysTray sysTray)
Constructor.
-