Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.protocol.yahoo.ContactGroupYahooImpl

Packages that use ContactGroupYahooImpl
net.java.sip.communicator.impl.protocol.yahoo   
 

Uses of ContactGroupYahooImpl in net.java.sip.communicator.impl.protocol.yahoo
 

Subclasses of ContactGroupYahooImpl in net.java.sip.communicator.impl.protocol.yahoo
 class VolatileContactGroupYahooImpl
          The Yahoo implementation of the Volatile ContactGroup interface.
 

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