Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Interface
net.java.sip.communicator.impl.gui.main.contactlist.UIContact

Packages that use UIContact
net.java.sip.communicator.impl.gui.main.contactlist   
net.java.sip.communicator.impl.gui.main.contactlist.contactsource   
net.java.sip.communicator.impl.gui.main.contactlist.notifsource   
 

Uses of UIContact in net.java.sip.communicator.impl.gui.main.contactlist
 

Methods in net.java.sip.communicator.impl.gui.main.contactlist that return UIContact
 UIContact ContactNode.getContactDescriptor()
          Returns the corresponding UIContact.
 UIContact ContactListEvent.getSourceContact()
          Returns the UIContactDescriptor for which this event occured.
 

Methods in net.java.sip.communicator.impl.gui.main.contactlist with parameters of type UIContact
 void TreeContactList.addContact(ContactQuery query, UIContact contact, UIGroup group, boolean isSorted)
          Adds the given contact to this list.
 ContactNode GroupNode.addContact(UIContact uiContact)
          Creates a ContactNode for the given uiContact and adds it to this group.
 void TreeContactList.addContact(UIContact contact, UIGroup group, boolean isContactSorted, boolean isGroupSorted)
          Adds the given contact to this list.
 boolean DefaultTreeContactList.isContactActive(UIContact contact)
          Checks if the given contact is currently active.
 boolean TreeContactList.isContactActive(UIContact contact)
          Returns true if the given metaContact has been previously set to active, otherwise returns false.
 boolean CallHistoryFilter.isMatching(UIContact uiContact)
          Indicates if the given uiContact is matching this filter.
 boolean PresenceFilter.isMatching(UIContact uiContact)
          Indicates if the given uiContact is matching this filter.
 boolean ContactListFilter.isMatching(UIContact uiContact)
          Indicates if the given uiGroup is matching the current filter.
 boolean SearchFilter.isMatching(UIContact uiContact)
          Indicates if the given uiGroup matches this filter.
 void TreeContactList.refreshContact(UIContact contact)
          Indicates that the information corresponding to the given contact has changed.
 void GroupNode.removeContact(UIContact uiContact)
          Removes the node corresponding to the given uiContact from this group.
 void TreeContactList.removeContact(UIContact contact)
          Removes the node corresponding to the given MetaContact from this list.
 ContactNode GroupNode.sortedAddContact(UIContact uiContact)
          Creates a ContactNode for the given uiContact, adds it to this group and performs a sort at the end.
 

Constructors in net.java.sip.communicator.impl.gui.main.contactlist with parameters of type UIContact
ContactNode(UIContact contact)
          Creates a ContactNode by specifying the corresponding contact.
 

Uses of UIContact in net.java.sip.communicator.impl.gui.main.contactlist.contactsource
 

Classes in net.java.sip.communicator.impl.gui.main.contactlist.contactsource that implement UIContact
 class MetaUIContact
          The MetaUIContact is the implementation of the UIContact interface for the MetaContactListService.
 class ShowMoreContact
           
 class SourceUIContact
          The SourceUIContact is the implementation of the UIContact for the ExternalContactSource.
 

Methods in net.java.sip.communicator.impl.gui.main.contactlist.contactsource that return UIContact
static UIContact MetaContactListSource.createUIContact(MetaContact metaContact)
          Creates a UIContact for the given metaContact.
 UIContact ExternalContactSource.createUIContact(SourceContact sourceContact)
          Returns the UIContact corresponding to the given sourceContact.
static UIContact MetaContactListSource.getUIContact(MetaContact metaContact)
          Returns the UIContact corresponding to the given MetaContact.
 

Uses of UIContact in net.java.sip.communicator.impl.gui.main.contactlist.notifsource
 

Classes in net.java.sip.communicator.impl.gui.main.contactlist.notifsource that implement UIContact
 class NotificationContact
          The NotificationContact represents a notification entry shown in the contact list history view.
 

Methods in net.java.sip.communicator.impl.gui.main.contactlist.notifsource that return types with arguments of type UIContact
 Iterator<? extends UIContact> NotificationGroup.getNotifications()
          Returns an Iterator over a list of all notification contacts contained in this group.
 Iterator<? extends UIContact> NotificationContactSource.getNotifications(UIGroup group)
          Returns an Iterator over a list of all notification contacts contained in the given group.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.