Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.protocol.jabber.ContactGroupJabberImpl

Packages that use ContactGroupJabberImpl
net.java.sip.communicator.impl.protocol.jabber   
 

Uses of ContactGroupJabberImpl in net.java.sip.communicator.impl.protocol.jabber
 

Subclasses of ContactGroupJabberImpl in net.java.sip.communicator.impl.protocol.jabber
 class VolatileContactGroupJabberImpl
          The Jabber implementation of the Volatile ContactGroup interface.
 

Methods in net.java.sip.communicator.impl.protocol.jabber that return ContactGroupJabberImpl
(package private)  ContactGroupJabberImpl ServerStoredContactListJabberImpl.createUnresolvedContactGroup(String groupName)
          Creates a non resolved contact group for the specified name.
 ContactGroupJabberImpl ServerStoredContactListJabberImpl.findContactGroup(String name)
          Returns the ConntactGroup with the specified name or null if no such group was found.
 

Methods in net.java.sip.communicator.impl.protocol.jabber with parameters of type ContactGroupJabberImpl
(package private)  void RootContactGroupJabberImpl.addSubGroup(ContactGroupJabberImpl group)
          Adds the specified group to the end of the list of sub groups.
 void ServerStoredContactListJabberImpl.moveContact(ContactJabberImpl contact, ContactGroupJabberImpl newParent)
          Moves the specified contact to the group indicated by newParent.
 void ServerStoredContactListJabberImpl.removeGroup(ContactGroupJabberImpl groupToRemove)
          Removes the specified group from the buddy list.
(package private)  void RootContactGroupJabberImpl.removeSubGroup(ContactGroupJabberImpl group)
          Removes the specified from the list of sub groups
 void ServerStoredContactListJabberImpl.renameGroup(ContactGroupJabberImpl groupToRename, String newName)
          Renames the specified group according to the specified new name..
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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