Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.impl.protocol.gibberish.ContactGroupGibberishImpl

Packages that use ContactGroupGibberishImpl
net.java.sip.communicator.impl.protocol.gibberish   
 

Uses of ContactGroupGibberishImpl in net.java.sip.communicator.impl.protocol.gibberish
 

Methods in net.java.sip.communicator.impl.protocol.gibberish that return ContactGroupGibberishImpl
 ContactGroupGibberishImpl ContactGroupGibberishImpl.findContactParent(ContactGibberishImpl gibberishContact)
          Returns the group that is parent of the specified gibberishContact or null if no parent was found.
 ContactGroupGibberishImpl OperationSetPersistentPresenceGibberishImpl.findContactParent(ContactGibberishImpl gibberishContact)
          Returns the group that is parent of the specified gibberishContact or null if no parent was found.
 ContactGroupGibberishImpl ContactGroupGibberishImpl.findGroupParent(ContactGroupGibberishImpl gibberishGroup)
          Returns the group that is parent of the specified gibberishGroup or null if no parent was found.
 ContactGroupGibberishImpl OperationSetPersistentPresenceGibberishImpl.findGroupParent(ContactGroupGibberishImpl gibberishGroup)
          Returns the group that is parent of the specified gibberishGroup or null if no parent was found.
 

Methods in net.java.sip.communicator.impl.protocol.gibberish with parameters of type ContactGroupGibberishImpl
 void OperationSetPersistentPresenceGibberishImpl.addGibberishGroup(ContactGroupGibberishImpl contactGroup)
          A Gibberish Provider method to use for fast filling of a contact list.
 void OperationSetPersistentPresenceGibberishImpl.addGibberishGroupAndFireEvent(ContactGroupGibberishImpl parent, ContactGroupGibberishImpl contactGroup)
          A Gibberish Provider method to use for fast filling of a contact list.
 void ContactGroupGibberishImpl.addSubgroup(ContactGroupGibberishImpl subgroup)
          Adds the specified contact group to the contained by this group.
 ContactGroupGibberishImpl ContactGroupGibberishImpl.findGroupParent(ContactGroupGibberishImpl gibberishGroup)
          Returns the group that is parent of the specified gibberishGroup or null if no parent was found.
 ContactGroupGibberishImpl OperationSetPersistentPresenceGibberishImpl.findGroupParent(ContactGroupGibberishImpl gibberishGroup)
          Returns the group that is parent of the specified gibberishGroup or null if no parent was found.
 void ContactGroupGibberishImpl.removeSubGroup(ContactGroupGibberishImpl subgroup)
          Removes the specified contact group from the this group's subgroups.
(package private)  void ContactGibberishImpl.setParentGroup(ContactGroupGibberishImpl newParentGroup)
          This method is only called when the contact is added to a new ContactGroupGibberishImpl by the ContactGroupGibberishImpl itself.
(package private)  void ContactGroupGibberishImpl.setParentGroup(ContactGroupGibberishImpl parent)
          Sets the group that is the new parent of this group
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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