Package | Description |
---|---|
org.jivesoftware.spark.ui |
Provides support by providing all chat specific components, such as ChatRoom and ContactList.
|
org.jivesoftware.spark.util |
Provides helpful utilities used for Spark.
|
Modifier and Type | Method and Description |
---|---|
static ContactInfoWindow |
ContactInfoWindow.getInstance()
Returns the singleton instance of
ContactInfoWindow ,
creating it if necessary. |
Modifier and Type | Method and Description |
---|---|
void |
ContactInfoHandler.handleContactInfo(ContactInfoWindow contactInfo)
Called everytime a
ContactInfo is about to appear. |
Modifier and Type | Method and Description |
---|---|
static ContactInfoWindow |
UIComponentRegistry.getContactInfoWindow()
Retrieves the contact info window instance (this is implemented as a
singleton).
|
Modifier and Type | Method and Description |
---|---|
static void |
UIComponentRegistry.registerContactInfoWindow(java.lang.Class<? extends ContactInfoWindow> clazz)
Registers a new class implementing a contact info window.
|