|
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.addcontact.NewContact
public class NewContact
The NewContact is meant to be used from the "Add Contact" wizard to collect all user choices through the wizard process.
| Constructor Summary | |
|---|---|
NewContact()
|
|
| Method Summary | |
|---|---|
void |
addProtocolProvider(ProtocolProviderService protocolProvider)
Adds a protocol provider to the list of protocol providers, where this contact will be added. |
MetaContactGroup |
getGroup()
Returns a list of meta contact groups, where this contact should be added. |
ArrayList<ProtocolProviderService> |
getProtocolProviders()
Returns a list of protocol providers, where this contact should be added. |
String |
getUin()
Returns the identifier of the contact. |
void |
setGroup(MetaContactGroup group)
Adds a group to the list of meta contact groups, where this contact will be added. |
void |
setUin(String uin)
Sets the identifier of the contact. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NewContact()
| Method Detail |
|---|
public void addProtocolProvider(ProtocolProviderService protocolProvider)
protocolProvider - The ProtocolProviderService to add.public void setGroup(MetaContactGroup group)
group - The MetaContactGroup to add.public void setUin(String uin)
uin - The String identifier.public String getUin()
public MetaContactGroup getGroup()
public ArrayList<ProtocolProviderService> getProtocolProviders()
|
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 | |||||||||