Package | Description |
---|---|
org.jivesoftware.spark |
Provides the Managers used as the main entry points into the Spark client.
|
org.jivesoftware.spark.ui.status |
Provides support for plugging in ones own details into the StatusManager of Spark.
|
org.jivesoftware.spark.util |
Provides helpful utilities used for Spark.
|
Modifier and Type | Method and Description |
---|---|
CommandPanel |
Workspace.getCommandPanel()
Returns the
CommandPanel of this Workspace. |
Modifier and Type | Method and Description |
---|---|
CommandPanel |
StatusBar.getCommandPanel() |
Modifier and Type | Method and Description |
---|---|
static CommandPanel |
UIComponentRegistry.createCommandPanel()
Creates a new command panel object
|
Modifier and Type | Method and Description |
---|---|
static void |
UIComponentRegistry.registerCommandPanel(java.lang.Class<? extends CommandPanel> clazz)
Registers a new class implementing a command panel.
|