Package | Description |
---|---|
org.jivesoftware.spark |
Provides the Managers used as the main entry points into the Spark client.
|
org.jivesoftware.spark.component |
Provides useful Swing components that can be used within Spark.
|
org.jivesoftware.spark.component.renderer | |
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.spark.util |
Provides helpful utilities used for Spark.
|
org.jivesoftware.sparkimpl.plugin.chat | |
org.jivesoftware.sparkimpl.plugin.gateways |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ContactItem> |
ChatManager.getSelectedContactItems()
Returns all selected users in the
ContactList . |
Modifier and Type | Method and Description |
---|---|
boolean |
ChatManager.fireContactItemDoubleClicked(ContactItem item)
Notifies all
ContactItemHandlers that a ContactItem was double-clicked. |
boolean |
ChatManager.fireContactItemPresenceChanged(ContactItem item,
org.jivesoftware.smack.packet.Presence presence)
Notifies all
ContactItemHandler s of presence changes. |
Modifier and Type | Method and Description |
---|---|
ContactItem |
JContactItemField.getSelectedContactItem() |
Modifier and Type | Method and Description |
---|---|
void |
JContactItemField.setItems(java.util.List<ContactItem> list) |
Constructor and Description |
---|
JContactItemField(java.util.List<ContactItem> items) |
Modifier and Type | Class and Description |
---|---|
class |
JContactItemRenderer
Extends ContactItem because ContactItem is a JPanel
When ContactItem will be redesigned, and won't implement JPanel, we will
extend JPanel here directly and customize here.
|
Modifier and Type | Method and Description |
---|---|
void |
SparkTransferManager.sendFileTo(ContactItem item) |
Modifier and Type | Field and Description |
---|---|
static java.util.Comparator<ContactItem> |
ContactList.ContactItemComparator
Sorts ContactItems.
|
protected java.util.Comparator<ContactItem> |
ContactGroup.itemComparator
Sorts ContactItems.
|
Modifier and Type | Method and Description |
---|---|
ContactItem |
ContactList.getActiveItem() |
ContactItem |
ContactInfoWindow.getContactItem() |
ContactItem |
ContactGroup.getContactItemByDisplayName(java.lang.String displayName)
Returns a
ContactItem by the displayed name the user has been assigned. |
ContactItem |
ContactList.getContactItemByDisplayName(java.lang.String displayName)
Retrieve the ContactItem by their displayed name (either alias, nickname or username).
|
ContactItem |
ContactGroup.getContactItemByDisplayName(java.lang.String displayName,
boolean searchInOffline)
Returns a
ContactItem by the displayed name 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 |
ContactGroup.getContactItemByJID(java.lang.String bareJID,
boolean searchInOffline)
Returns a
ContactItem by the users bare bareJID. |
ContactItem |
ContactGroup.getOfflineContactItemByDisplayName(java.lang.String displayName)
Returns a
ContactItem from offlineContacts by the displayed name the user has been assigned. |
ContactItem |
ContactGroup.getOfflineContactItemByJID(java.lang.String bareJID)
Returns a
ContactItem from offlineContacts by the users bare bareJID. |
Modifier and Type | Method and Description |
---|---|
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.
|
java.util.Collection<ContactItem> |
ContactGroup.getOfflineContacts() |
java.util.List<ContactItem> |
ContactGroup.getSelectedContacts()
Returns all Selected Contacts within the ContactGroup.
|
java.util.Collection<ContactItem> |
ContactList.getSelectedUsers() |
Modifier and Type | Method and Description |
---|---|
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 |
ContactListListener.contactItemClicked(ContactItem item)
Called when a
ContactItem has been clicked in the Contact List. |
void |
ContactGroupListener.contactItemDoubleClicked(ContactItem item)
Notifies the user that a ContactItem within the ContactGroup has been double-clicked.
|
void |
ContactList.contactItemDoubleClicked(ContactItem item) |
void |
ContactListListener.contactItemDoubleClicked(ContactItem item)
Called when a
ContactItem has been double clicked in the Contact List. |
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 |
ContactInfoWindow.customizeUI(ContactItem contactItem) |
void |
ContactList.fireContactItemAdded(ContactItem item) |
void |
ContactList.fireContactItemClicked(ContactItem item) |
void |
ContactList.fireContactItemDoubleClicked(ContactItem item) |
void |
ContactList.fireContactItemRemoved(ContactItem item) |
void |
ContactList.fireFilesDropped(java.util.Collection<java.io.File> 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.
|
void |
ContactGroup.insertOfflineContactItem(ContactItem offlineItem)
Inserts a new offline
ContactItem into the ui model. |
boolean |
ContactGroupTransferHandler.removeContactItem(ContactGroup contactGroup,
ContactItem item) |
void |
ContactGroup.removeContactItem(ContactItem item)
Removes a
ContactItem . |
void |
ContactGroup.removeOfflineContactItem(ContactItem item)
Removes an offline
ContactItem from the Offline contact
model and ui. |
void |
ContactInfoWindow.setContactItem(ContactItem contactItem) |
protected void |
ContactGroup.setOfflineGroupNameFont(ContactItem item) |
void |
ContactList.showPopup(java.awt.Component component,
java.awt.event.MouseEvent e,
ContactItem item)
Shows popup for right-clicking of ContactItem.
|
void |
ContactGroupListener.showPopup(java.awt.event.MouseEvent e,
ContactItem item)
Deprecated.
|
void |
ContactList.showPopup(java.awt.event.MouseEvent e,
ContactItem item) |
Modifier and Type | Method and Description |
---|---|
void |
ContactGroupListener.showPopup(java.awt.event.MouseEvent e,
java.util.Collection<ContactItem> items)
Deprecated.
see
ContextMenuListener |
void |
ContactList.showPopup(java.awt.event.MouseEvent e,
java.util.Collection<ContactItem> items) |
Constructor and Description |
---|
ContactItemTransferable(ContactItem item) |
Modifier and Type | Method and Description |
---|---|
static ContactItem |
UIComponentRegistry.createContactItem(java.lang.String alias,
java.lang.String nickname,
java.lang.String fullyQualifiedJID)
Creates a new contact item object.
|
Modifier and Type | Method and Description |
---|---|
static void |
UIComponentRegistry.registerContactItem(java.lang.Class<? extends ContactItem> clazz)
Registers a new class implementing a contact item.
|
Modifier and Type | Method and Description |
---|---|
boolean |
ContactListAssistantPlugin.removeContactItem(ContactGroup contactGroup,
ContactItem item) |
Modifier and Type | Method and Description |
---|---|
boolean |
GatewayPlugin.handleDoubleClick(ContactItem item) |
boolean |
GatewayPlugin.handlePresence(ContactItem item,
org.jivesoftware.smack.packet.Presence presence) |