|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContactGroup | |
com.jivesoftware.spark.ui | Provides support by providing all chat specific components, such as ChatRoom and ContactList. |
Uses of ContactGroup in com.jivesoftware.spark.ui |
Methods in com.jivesoftware.spark.ui that return ContactGroup | |
ContactGroup |
ContactList.getContactGroup(java.lang.String groupName)
|
ContactGroup |
ContactList.getActiveGroup()
|
Methods in com.jivesoftware.spark.ui with parameters of type ContactGroup | |
void |
ContactGroupListener.contactGroupPopup(java.awt.event.MouseEvent e,
ContactGroup group)
Notifies the user that a Popup event has occured on the ContactGroup title bar. |
boolean |
ContactGroupTransferHandler.removeContactItem(ContactGroup contactGroup,
ContactItem item)
|
void |
ContactList.contactGroupPopup(java.awt.event.MouseEvent e,
ContactGroup group)
|
void |
ContactList.fireContactGroupAdded(ContactGroup group)
|
void |
ContactList.fireContactGroupRemoved(ContactGroup group)
|
void |
ContactListListener.contactGroupAdded(ContactGroup group)
Called when a ContactGroup has been added to the ContactList. |
void |
ContactListListener.contactGroupRemoved(ContactGroup group)
Called when a ContactGroup has been removed from the ContactList. |
void |
RosterDialog.setDefaultGroup(ContactGroup contactGroup)
Sets the default ContactGroup to display in the combo box. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |