Package | Description |
---|---|
org.jivesoftware.spark |
Provides the Managers used as the main entry points into the Spark client.
|
org.jivesoftware.spark.util |
Provides helpful utilities used for Spark.
|
Modifier and Type | Method and Description |
---|---|
static ContactList |
SparkManager.getContactList()
Returns the
ContactList used within Spark. |
ContactList |
Workspace.getContactList()
Returns the
ContactList associated with this workspace. |
Modifier and Type | Method and Description |
---|---|
static ContactList |
UIComponentRegistry.createContactList()
Creates a new contact list object.
|
Modifier and Type | Method and Description |
---|---|
static void |
UIComponentRegistry.registerContactList(java.lang.Class<? extends ContactList> clazz)
Registers a new class implementing a contact group.
|