Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.contactlist.MetaContactGroupImpl

Packages that use MetaContactGroupImpl
net.java.sip.communicator.impl.contactlist   
 

Uses of MetaContactGroupImpl in net.java.sip.communicator.impl.contactlist
 

Fields in net.java.sip.communicator.impl.contactlist declared as MetaContactGroupImpl
(package private)  MetaContactGroupImpl MetaContactListServiceImpl.rootMetaGroup
          The root of the meta contact list.
 

Methods in net.java.sip.communicator.impl.contactlist that return MetaContactGroupImpl
 MetaContactGroupImpl MetaContactGroupImpl.findMetaContactGroupByContactGroup(ContactGroup protoContactGroup)
          Returns a meta contact group, encapsulated by this group or its subgroups, that has the specified protocol specific contact.
(package private)  MetaContactGroupImpl MetaContactImpl.getParentGroup()
          Returns the group that is currently holding this meta contact.
(package private)  MetaContactGroupImpl MetaContactListServiceImpl.loadStoredMetaContactGroup(MetaContactGroupImpl parentGroup, String metaContactGroupUID, String displayName)
          The method is called from the storage manager whenever a new contact group has been parsed and it has to be created.
(package private)  MetaContactGroupImpl MetaContactGroupImpl.removeSubgroup(int index)
          Removes the meta contact group with the specified index.
 

Methods in net.java.sip.communicator.impl.contactlist with parameters of type MetaContactGroupImpl
(package private)  ContactGroup MetaContactListServiceImpl.loadStoredContactGroup(MetaContactGroupImpl containingMetaGroup, String contactGroupUID, ContactGroup parentProtoGroup, String persistentData, String accountID)
          Creates a unresolved instance of the proto specific contact group according to the specified arguments and adds it to containingMetaContactGroup
(package private)  MetaContactImpl MetaContactListServiceImpl.loadStoredMetaContact(MetaContactGroupImpl parentGroup, String metaUID, String displayName, Map<String,List<String>> details, List<MclStorageManager.StoredProtoContactDescriptor> protoContacts, String accountID)
          The method is called from the storage manager whenever a new contact has been parsed and it has to be created.
(package private)  MetaContactGroupImpl MetaContactListServiceImpl.loadStoredMetaContactGroup(MetaContactGroupImpl parentGroup, String metaContactGroupUID, String displayName)
          The method is called from the storage manager whenever a new contact group has been parsed and it has to be created.
 void MetaContactListServiceImpl.removeContactGroupFromMetaContactGroup(MetaContactGroupImpl metaContainer, ContactGroup groupToRemove, ProtocolProviderService sourceProvider)
          Removes the protocol specific group from the specified meta contact group and removes from meta contacts all proto contacts that belong to the same provider as the group which is being removed.
(package private)  void MetaContactImpl.setParentGroup(MetaContactGroupImpl parentGroup)
          Sets parentGroup as a parent of this meta contact.
(package private)  void MetaContactImpl.unsetParentGroup(MetaContactGroupImpl parentGrp)
          If parentGroup was the parent of this meta contact then it sets it to null.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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