|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.gui.main.contactlist.MetaContactListManager
public class MetaContactListManager
The MetaContactListManager is the class through which we make operations with the MetaContactList. All methods in this class are static.
| Constructor Summary | |
|---|---|
MetaContactListManager()
|
|
| Method Summary | |
|---|---|
static void |
moveContactToGroup(Contact srcContact,
MetaContactGroup destGroup)
Moves the given srcContact to the destGroup. |
static void |
moveContactToMetaContact(Contact srcContact,
MetaContact destMetaContact)
Moves the given srcContact to the destMetaContact. |
static void |
moveMetaContactToGroup(MetaContact srcContact,
MetaContactGroup group)
Moves the given srcContact to the destGroup. |
static void |
moveMetaContactToGroup(MetaContact srcContact,
String groupID)
Moves the given srcContact to the destGroup. |
static void |
moveMetaContactToMetaContact(MetaContact srcMetaContact,
MetaContact destMetaContact)
Moves the given srcMetaContact to the destMetaContact. |
static void |
removeContact(Contact contact)
Removes the given Contact from its MetaContact. |
static void |
removeMetaContact(MetaContact metaContact)
Removes the given MetaContact from the list. |
static void |
removeMetaContactGroup(MetaContactGroup group)
Removes the given MetaContactGroup from the list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MetaContactListManager()
| Method Detail |
|---|
public static void moveContactToMetaContact(Contact srcContact,
MetaContact destMetaContact)
srcContact - the Contact to movedestMetaContact - the destination MetaContact to move to
public static void moveMetaContactToMetaContact(MetaContact srcMetaContact,
MetaContact destMetaContact)
srcMetaContact - the MetaContact to movedestMetaContact - the destination MetaContact to move to
public static void moveContactToGroup(Contact srcContact,
MetaContactGroup destGroup)
srcContact - the Contact to movedestGroup - the destination MetaContactGroup to move to
public static void moveMetaContactToGroup(MetaContact srcContact,
MetaContactGroup group)
srcContact - the MetaContact to movegroup - the destination MetaContactGroup to move to
public static void moveMetaContactToGroup(MetaContact srcContact,
String groupID)
srcContact - the MetaContact to movegroupID - the identifier of the destination MetaContactGroup
to move topublic static void removeContact(Contact contact)
contact - the Contact to removepublic static void removeMetaContact(MetaContact metaContact)
metaContact - the MetaContact to removepublic static void removeMetaContactGroup(MetaContactGroup group)
group - the MetaContactGroup to remove
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||