| 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.
|
| Modifier and Type | Class and Description |
|---|---|
private static class |
SysTray.Java6SysTray
Implementation which provides system tray access using J2SE 1.6 classes
by reflection.
|
private static class |
SysTray.NoSysTray
Implementation which provides no system tray access.
|
| Modifier and Type | Field and Description |
|---|---|
private static SysTray |
SysTray.instance_ |
| Modifier and Type | Method and Description |
|---|---|
static SysTray |
SysTray.getInstance()
Returns an instance of this class.
|
| Modifier and Type | Field and Description |
|---|---|
private SysTray |
HubServiceMode.SysTrayWindowConfig.sysTray_ |
| Constructor and Description |
|---|
SysTrayWindowConfig(javax.swing.JFrame frame,
HubProfile[] profiles,
Hub[] runners,
GuiHubService hubService,
SysTray sysTray)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
private static void |
HubMode.configureWindowForSysTray(javax.swing.JFrame frame,
HubRunner[] runners,
SysTray sysTray)
Deprecated.
Performs common configuration of hub display window with
system tray functionality.
|