Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

Methods in net.java.sip.communicator.impl.gui.main.contactlist that return UIContactDetail
 UIContactDetail UIContact.getDefaultContactDetail(Class<? extends OperationSet> opSetClass)
          Returns the default ContactDetail to use for any operations depending to the given OperationSet class.
 

Methods in net.java.sip.communicator.impl.gui.main.contactlist that return types with arguments of type UIContactDetail
 List<UIContactDetail> UIContact.getContactDetailsForOperationSet(Class<? extends OperationSet> opSetClass)
          Returns a list of all UIContactDetails corresponding to the given OperationSet class.
 

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

Methods in net.java.sip.communicator.impl.gui.main.contactlist.contactsource that return UIContactDetail
 UIContactDetail MetaUIContact.getDefaultContactDetail(Class<? extends OperationSet> opSetClass)
          Returns the default ContactDetail to use for any operations depending to the given OperationSet class.
 UIContactDetail SourceUIContact.getDefaultContactDetail(Class<? extends OperationSet> opSetClass)
          Returns the default ContactDetail to use for any operations depending to the given OperationSet class.
 UIContactDetail ShowMoreContact.getDefaultContactDetail(Class<? extends OperationSet> opSetClass)
          Returns null to indicate that this contact has no contact details.
 

Methods in net.java.sip.communicator.impl.gui.main.contactlist.contactsource that return types with arguments of type UIContactDetail
 List<UIContactDetail> MetaUIContact.getContactDetailsForOperationSet(Class<? extends OperationSet> opSetClass)
          Returns a list of UIContactDetails supporting the given OperationSet class.
 List<UIContactDetail> SourceUIContact.getContactDetailsForOperationSet(Class<? extends OperationSet> opSetClass)
          Returns a list of UIContactDetails supporting the given OperationSet class.
 List<UIContactDetail> ShowMoreContact.getContactDetailsForOperationSet(Class<? extends OperationSet> opSetClass)
          Returns null to indicate that this contact has no contact details.
 

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

Methods in net.java.sip.communicator.impl.gui.main.contactlist.notifsource that return UIContactDetail
 UIContactDetail NotificationContact.getDefaultContactDetail(Class<? extends OperationSet> opSetClass)
          Returns the default ContactDetail to use for any operations depending to the given OperationSet class.
 

Methods in net.java.sip.communicator.impl.gui.main.contactlist.notifsource that return types with arguments of type UIContactDetail
 List<UIContactDetail> NotificationContact.getContactDetailsForOperationSet(Class<? extends OperationSet> opSetClass)
          Returns a list of UIContactDetails supporting the given OperationSet class.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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