|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContactItem | |
---|---|
org.jivesoftware.spark | Provides the Managers used as the main entry points into the Spark client. |
org.jivesoftware.spark.filetransfer | Provides support for intercepting file transfers within Spark. |
org.jivesoftware.spark.ui | Provides support by providing all chat specific components, such as ChatRoom and ContactList. |
org.jivesoftware.sparkimpl.plugin.gateways |
Uses of ContactItem in org.jivesoftware.spark |
---|
Methods in org.jivesoftware.spark with parameters of type ContactItem | |
---|---|
boolean |
ChatManager.fireContactItemDoubleClicked(ContactItem item)
|
boolean |
ChatManager.fireContactItemPresenceChanged(ContactItem item,
org.jivesoftware.smack.packet.Presence presence)
|
Uses of ContactItem in org.jivesoftware.spark.filetransfer |
---|
Methods in org.jivesoftware.spark.filetransfer with parameters of type ContactItem | |
---|---|
void |
SparkTransferManager.sendFileTo(ContactItem item)
|
Uses of ContactItem in org.jivesoftware.spark.ui |
---|
Methods in org.jivesoftware.spark.ui that return ContactItem | |
---|---|
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 |
ContactGroup.getContactItemByNickname(java.lang.String nickname)
Returns a ContactItem by the nickname the user has been assigned. |
ContactItem |
ContactList.getContactItemByNickname(java.lang.String nickname)
Retrieve the ContactItem by their nickname. |
Methods in org.jivesoftware.spark.ui that return types with arguments of type ContactItem | |
---|---|
java.util.List<ContactItem> |
ContactGroup.getContactItems()
Returns all ContactItems in the ContactGroup. |
java.util.Collection<ContactItem> |
ContactList.getContactItemsByJID(java.lang.String jid)
Returns a Collection of ContactItems in a ContactList. |
Methods in org.jivesoftware.spark.ui with parameters of type ContactItem | |
---|---|
void |
ContactGroup.addContactItem(ContactItem item)
Adds a ContactItem to the ContactGroup. |
void |
ContactGroupListener.contactItemAdded(ContactItem item)
Notifies a user that a new ContactItem has been added to the ContactGroup. |
void |
ContactList.contactItemAdded(ContactItem item)
|
void |
ContactListListener.contactItemAdded(ContactItem item)
Notified when a ContactItem has been added to the ContactList. |
void |
ContactGroupListener.contactItemClicked(ContactItem item)
Notifies the user that a ContactItem within the ContactGroup has been clicked. |
void |
ContactList.contactItemClicked(ContactItem item)
|
void |
ContactGroupListener.contactItemDoubleClicked(ContactItem item)
Notifies the user that a ContactItem within the ContactGroup has been double-clicked. |
void |
ContactList.contactItemDoubleClicked(ContactItem item)
|
void |
ContactGroupListener.contactItemRemoved(ContactItem item)
Notifies the user that a ContactItem has been removed from a ContactGroup. |
void |
ContactList.contactItemRemoved(ContactItem item)
|
void |
ContactListListener.contactItemRemoved(ContactItem item)
Notified when a ContactItem has been removed from the ContactList. |
void |
ContactList.fireContactItemAdded(ContactItem item)
|
void |
ContactList.fireContactItemRemoved(ContactItem item)
|
void |
ContactList.fireFilesDropped(java.util.Collection files,
ContactItem item)
|
boolean |
ContactItemHandler.handleDoubleClick(ContactItem item)
The ContactItem has been double-clicked by the user. |
boolean |
ContactItemHandler.handlePresence(ContactItem item,
org.jivesoftware.smack.packet.Presence presence)
The users presence has been changed. |
boolean |
ContactGroupTransferHandler.removeContactItem(ContactGroup contactGroup,
ContactItem item)
|
void |
ContactGroup.removeContactItem(ContactItem item)
Removes a ContactItem . |
void |
ContactInfo.setContactItem(ContactItem contactItem)
|
void |
ContactGroupListener.showPopup(java.awt.event.MouseEvent e,
ContactItem item)
Deprecated. see ContextMenuListener |
void |
ContactList.showPopup(java.awt.event.MouseEvent e,
ContactItem item)
Shows popup for right-clicking of ContactItem. |
Constructors in org.jivesoftware.spark.ui with parameters of type ContactItem | |
---|---|
ContactGroupTransferHandler.ContactItemTransferable(ContactItem item)
|
Uses of ContactItem in org.jivesoftware.sparkimpl.plugin.gateways |
---|
Methods in org.jivesoftware.sparkimpl.plugin.gateways with parameters of type ContactItem | |
---|---|
boolean |
GatewayPlugin.handleDoubleClick(ContactItem item)
|
boolean |
GatewayPlugin.handlePresence(ContactItem item,
org.jivesoftware.smack.packet.Presence presence)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |