Uses of Interface
org.astrogrid.samp.hub.HubServiceMode.Tidier
-
Packages that use HubServiceMode.Tidier Package Description org.astrogrid.samp.hub Classes required only for running a SAMP hub. -
-
Uses of HubServiceMode.Tidier in org.astrogrid.samp.hub
Classes in org.astrogrid.samp.hub that implement HubServiceMode.Tidier Modifier and Type Class Description private static class
HubServiceMode.BasicWindowConfig
Class to configure a window for use as a hub control.private static class
HubServiceMode.SysTrayWindowConfig
Takes care of hub display window configuration with system tray functionality.Methods in org.astrogrid.samp.hub that return HubServiceMode.Tidier 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.
-