Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.gui.main.contactlist.ContactNode

Packages that use ContactNode
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 ContactNode in net.java.sip.communicator.impl.gui.main.contactlist
 

Methods in net.java.sip.communicator.impl.gui.main.contactlist that return ContactNode
 ContactNode GroupNode.addContact(UIContact uiContact)
          Creates a ContactNode for the given uiContact and adds it to this group.
 ContactNode ContactListTreeModel.findFirstContactNode()
          Returns the first found child ContactNode.
 ContactNode UIContact.getContactNode()
          Returns the corresponding ContactNode.
 ContactNode GroupNode.sortedAddContact(UIContact uiContact)
          Creates a ContactNode for the given uiContact, adds it to this group and performs a sort at the end.
 

Methods in net.java.sip.communicator.impl.gui.main.contactlist with parameters of type ContactNode
 void UIContact.setContactNode(ContactNode contactNode)
          Sets the given contactNode.
 

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

Methods in net.java.sip.communicator.impl.gui.main.contactlist.contactsource that return ContactNode
 ContactNode MetaUIContact.getContactNode()
          Returns the corresponding ContactNode in the contact list component data model.
 ContactNode SourceUIContact.getContactNode()
          Returns the corresponding ContactNode from the contact list component.
 ContactNode ShowMoreContact.getContactNode()
          Returns the corresponding contact node.
 

Methods in net.java.sip.communicator.impl.gui.main.contactlist.contactsource with parameters of type ContactNode
 void MetaUIContact.setContactNode(ContactNode contactNode)
          Sets the corresponding ContactNode.
 void SourceUIContact.setContactNode(ContactNode contactNode)
          Sets the corresponding ContactNode.
 void ShowMoreContact.setContactNode(ContactNode contactNode)
          Sets the corresponding contact node.
 

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

Methods in net.java.sip.communicator.impl.gui.main.contactlist.notifsource that return ContactNode
 ContactNode NotificationContact.getContactNode()
          Returns the corresponding ContactNode.
 

Methods in net.java.sip.communicator.impl.gui.main.contactlist.notifsource with parameters of type ContactNode
 void NotificationContact.setContactNode(ContactNode contactNode)
          Sets the given contactNode.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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