|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContactGroup | |
---|---|
org.jivesoftware.spark.ui | Provides support by providing all chat specific components, such as ChatRoom and ContactList. |
Uses of ContactGroup in org.jivesoftware.spark.ui |
---|
Methods in org.jivesoftware.spark.ui that return ContactGroup | |
---|---|
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)
|
ContactGroup |
ContactList.getParentGroup(java.lang.String groupName)
|
Methods in org.jivesoftware.spark.ui that return types with arguments of type ContactGroup | |
---|---|
java.util.List<ContactGroup> |
ContactList.getContactGroups()
|
Methods in org.jivesoftware.spark.ui with parameters of type ContactGroup | |
---|---|
void |
ContactGroup.addContactGroup(ContactGroup contactGroup)
|
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 |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |