Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.protocol.icq.ContactGroupIcqImpl

Packages that use ContactGroupIcqImpl
net.java.sip.communicator.impl.protocol.icq   
 

Uses of ContactGroupIcqImpl in net.java.sip.communicator.impl.protocol.icq
 

Methods in net.java.sip.communicator.impl.protocol.icq that return ContactGroupIcqImpl
(package private)  ContactGroupIcqImpl ServerStoredContactListIcqImpl.createUnresolvedContactGroup(String groupName)
          Creates a non resolved contact group for the specified name.
 ContactGroupIcqImpl ServerStoredContactListIcqImpl.findContactGroup(ContactIcqImpl child)
          Returns the ContactGroup containing the specified contact or null if no such group or contact exist.
 ContactGroupIcqImpl ServerStoredContactListIcqImpl.findContactGroup(net.kano.joustsim.oscar.oscar.service.ssi.Group joustSimGroup)
          Returns the ContactGroup corresponding to the specified joust sim group.
 ContactGroupIcqImpl ServerStoredContactListIcqImpl.findContactGroup(String name)
          Returns the ConntactGroup with the specified name or null if no such group was found.
(package private)  ContactGroupIcqImpl ServerStoredContactListIcqImpl.findGroup(net.kano.joustsim.oscar.oscar.service.ssi.Buddy buddy)
           
 

Methods in net.java.sip.communicator.impl.protocol.icq with parameters of type ContactGroupIcqImpl
 void ServerStoredContactListIcqImpl.addContact(ContactGroupIcqImpl parent, String screenname)
          Adds a new contact with the specified screenname to the list under the specified group.
(package private)  void RootContactGroupIcqImpl.addSubGroup(ContactGroupIcqImpl group)
          Adds the specified group to the end of the list of sub groups.
(package private)  void RootContactGroupIcqImpl.addSubGroup(int index, ContactGroupIcqImpl group)
          Adds the specified group at the specified position in the list of sub groups.
(package private)  ContactIcqImpl ServerStoredContactListIcqImpl.createUnresolvedContact(ContactGroupIcqImpl parentGroup, net.kano.joustsim.Screenname screenname)
          Creates a non resolved contact for the specified address and inside the specified group.
 void ServerStoredContactListIcqImpl.moveContact(ContactIcqImpl contact, ContactGroupIcqImpl newParent)
          Moves the specified contact to the group indicated by newParent.
 void ServerStoredContactListIcqImpl.removeGroup(ContactGroupIcqImpl groupToRemove)
          Removes the specified group from the icq buddy list.
(package private)  void RootContactGroupIcqImpl.removeSubGroup(ContactGroupIcqImpl group)
          Removes the specified from the list of sub groups
 void ServerStoredContactListIcqImpl.renameGroup(ContactGroupIcqImpl groupToRename, String newName)
          Renames the specified group according to the specified new name..
 

Method parameters in net.java.sip.communicator.impl.protocol.icq with type arguments of type ContactGroupIcqImpl
(package private)  void RootContactGroupIcqImpl.reorderSubGroups(List<ContactGroupIcqImpl> newOrder)
          Removes all contact sub groups and reinsterts them as specified by the newOrder param.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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