Package | Description |
---|---|
org.jivesoftware.spark |
Provides the Managers used as the main entry points into the Spark client.
|
org.jivesoftware.spark.component.tabbedPane | |
org.jivesoftware.spark.ui |
Provides support by providing all chat specific components, such as ChatRoom and ContactList.
|
org.jivesoftware.spark.ui.themes | |
org.jivesoftware.spark.util |
Provides helpful utilities used for Spark.
|
Modifier and Type | Method and Description |
---|---|
SparkTabbedPane |
Workspace.getWorkspacePane()
Returns the Workspace TabbedPane.
|
Constructor and Description |
---|
SparkTab(SparkTabbedPane pane,
java.awt.Component comp) |
Modifier and Type | Class and Description |
---|---|
class |
ChatContainer
Contains all
ChatRoom objects within Spark. |
Modifier and Type | Class and Description |
---|---|
class |
ColorPreferencePanel
Handles the Color Preferences in Spark
|
Modifier and Type | Method and Description |
---|---|
static SparkTabbedPane |
UIComponentRegistry.createWorkspaceTabPanel(int tabPosition)
Creates a new workspace tab panel object
|
Modifier and Type | Method and Description |
---|---|
static void |
UIComponentRegistry.registerWorkspaceTabPanel(java.lang.Class<? extends SparkTabbedPane> clazz)
Registers a new class implementing a tab panel, for use within the main
application window.
|