Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.protocol.msn.ContactGroupMsnImpl

Packages that use ContactGroupMsnImpl
net.java.sip.communicator.impl.protocol.msn   
 

Uses of ContactGroupMsnImpl in net.java.sip.communicator.impl.protocol.msn
 

Methods in net.java.sip.communicator.impl.protocol.msn that return ContactGroupMsnImpl
(package private)  ContactGroupMsnImpl ServerStoredContactListMsnImpl.createUnresolvedContactGroup(String groupName)
          Creates a non resolved contact group for the specified name.
 ContactGroupMsnImpl ServerStoredContactListMsnImpl.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.msn with parameters of type ContactGroupMsnImpl
 void ServerStoredContactListMsnImpl.addContact(ContactGroupMsnImpl parent, String id)
          Adds a new contact with the specified screenname to the list under the specified group.
(package private)  void RootContactGroupMsnImpl.addSubGroup(ContactGroupMsnImpl group)
          Adds the specified group to the end of the list of sub groups.
 void ServerStoredContactListMsnImpl.removeGroup(ContactGroupMsnImpl groupToRemove)
          Removes the specified group from the buddy list.
(package private)  void RootContactGroupMsnImpl.removeSubGroup(ContactGroupMsnImpl group)
          Removes the specified from the list of sub groups
 void ServerStoredContactListMsnImpl.renameGroup(ContactGroupMsnImpl 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.