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.
|
org.jivesoftware.sparkimpl.plugin.alerts | |
org.jivesoftware.sparkimpl.plugin.chat |
Modifier and Type | Class and Description |
---|---|
class |
ReconnectPanelSmall
Used for silent reconnecting
Displays a reconnection dialog as a ContactGroup at the Top |
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<ContactGroup> |
ContactList.GROUP_COMPARATOR
Sorts ContactGroups
|
Modifier and Type | Method and Description |
---|---|
ContactGroup |
ContactList.getActiveGroup() |
ContactGroup |
ContactGroup.getContactGroup(java.lang.String groupName)
Returns a ContactGroup based on it's name.
|
ContactGroup |
ContactList.getContactGroup(java.lang.String groupName)
Returns a ContactGroup based on its name.
|
ContactGroup |
ContactList.getParentGroup(java.lang.String groupName)
For traversing of a nested group.
|
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ContactGroup> |
ContactGroup.getContactGroups() |
java.util.List<ContactGroup> |
ContactList.getContactGroups() |
Modifier and Type | Method and Description |
---|---|
void |
ContactGroup.addContactGroup(ContactGroup contactGroup)
Adds a sub group to this Contact group.
|
void |
ContactListListener.contactGroupAdded(ContactGroup group)
Called when a
ContactGroup has been added to the ContactList. |
void |
ContactGroupListener.contactGroupPopup(java.awt.event.MouseEvent e,
ContactGroup group)
Notifies the user that a Popup event has occured on the ContactGroup title
bar.
|
void |
ContactList.contactGroupPopup(java.awt.event.MouseEvent e,
ContactGroup group) |
void |
ContactListListener.contactGroupRemoved(ContactGroup group)
Called when a
ContactGroup has been removed from the ContactList. |
void |
ContactInfoWindow.display(ContactGroup group,
java.awt.event.MouseEvent e) |
void |
ContactList.fireContactGroupAdded(ContactGroup group) |
void |
ContactList.fireContactGroupRemoved(ContactGroup group) |
void |
ContactGroup.removeContactGroup(ContactGroup contactGroup)
Removes a child ContactGroup.
|
boolean |
ContactGroupTransferHandler.removeContactItem(ContactGroup contactGroup,
ContactItem item) |
void |
RosterDialog.setDefaultGroup(ContactGroup contactGroup)
Sets the default
ContactGroup to display in the combo box. |
Modifier and Type | Method and Description |
---|---|
static ContactGroup |
UIComponentRegistry.createContactGroup(java.lang.String name)
Creates a new contact group object.
|
Modifier and Type | Method and Description |
---|---|
static void |
UIComponentRegistry.registerContactGroup(java.lang.Class<? extends ContactGroup> clazz)
Registers a new class implementing a contact group.
|
Modifier and Type | Method and Description |
---|---|
void |
BroadcastDialog.invokeDialog(ContactGroup group) |
Modifier and Type | Method and Description |
---|---|
boolean |
ContactListAssistantPlugin.removeContactItem(ContactGroup contactGroup,
ContactItem item) |