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.
|
Modifier and Type | Class and 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.
|
Modifier and Type | Field and Description |
---|---|
(package private) GuiHubService |
HubServiceMode.BasicWindowConfig.hubService_ |
Modifier and Type | Method and 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.
|
Constructor and 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.
|