|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContactItem | |
com.jivesoftware.spark.filetransfer | Provides support for intercepting file transfers within Spark. |
com.jivesoftware.spark.ui | Provides support by providing all chat specific components, such as ChatRoom and ContactList. |
Uses of ContactItem in com.jivesoftware.spark.filetransfer |
Methods in com.jivesoftware.spark.filetransfer with parameters of type ContactItem | |
void |
SparkTransferManager.sendFileTo(ContactItem item)
|
Uses of ContactItem in com.jivesoftware.spark.ui |
Methods in com.jivesoftware.spark.ui that return ContactItem | |
ContactItem |
ContactGroup.getContactItemByNickname(java.lang.String nickname)
Returns a ContactItem by the nickname the user has been assigned. |
ContactItem |
ContactGroup.getContactItemByJID(java.lang.String bareJID)
Returns a ContactItem by the users bare bareJID. |
ContactItem |
ContactList.getContactItemByJID(java.lang.String jid)
Retrieve the ContactItem by it's jid. |
ContactItem |
ContactList.getContactItemByNickname(java.lang.String nickname)
Retrieve the ContactItem by their nickname. |
Methods in com.jivesoftware.spark.ui with parameters of type ContactItem | |
void |
ContactGroup.addContactItem(ContactItem item)
Adds a ContactItem to the ContactGroup. |
void |
ContactGroup.removeContactItem(ContactItem item)
Removes a ContactItem . |
void |
ContactGroupListener.contactItemAdded(ContactItem item)
Notifies a user that a new ContactItem has been added to the ContactGroup. |
void |
ContactGroupListener.contactItemRemoved(ContactItem item)
Notifies the user that a ContactItem has been removed from a ContactGroup. |
void |
ContactGroupListener.contactItemDoubleClicked(ContactItem item)
Notifies the user that a ContactItem within the ContactGroup has been double-clicked. |
void |
ContactGroupListener.contactItemClicked(ContactItem item)
Notifies the user that a ContactItem within the ContactGroup has been clicked. |
void |
ContactGroupListener.showPopup(java.awt.event.MouseEvent e,
ContactItem item)
Deprecated. see ContextMenuListener |
boolean |
ContactGroupTransferHandler.removeContactItem(ContactGroup contactGroup,
ContactItem item)
|
void |
ContactList.contactItemClicked(ContactItem item)
|
void |
ContactList.contactItemDoubleClicked(ContactItem item)
|
void |
ContactList.showPopup(java.awt.event.MouseEvent e,
ContactItem item)
Shows popup for right-clicking of ContactItem. |
void |
ContactList.fireFilesDropped(java.util.Collection files,
ContactItem item)
|
void |
ContactList.contactItemAdded(ContactItem item)
|
void |
ContactList.contactItemRemoved(ContactItem item)
|
void |
ContactList.fireContactItemAdded(ContactItem item)
|
void |
ContactList.fireContactItemRemoved(ContactItem item)
|
void |
ContactListListener.contactItemAdded(ContactItem item)
Notified when a ContactItem has been added to the ContactList. |
void |
ContactListListener.contactItemRemoved(ContactItem item)
Notified when a ContactItem has been removed from the ContactList. |
Constructors in com.jivesoftware.spark.ui with parameters of type ContactItem | |
ContactGroupTransferHandler.ContactItemTransferable(ContactItem item)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |