public class VCardEditor
extends java.lang.Object
Constructor and Description |
---|
VCardEditor() |
Modifier and Type | Method and Description |
---|---|
void |
displayProfile(java.lang.String jid,
org.jivesoftware.smackx.vcardtemp.packet.VCard vcard,
javax.swing.JComponent parent)
Displays a users profile.
|
void |
editProfile(org.jivesoftware.smackx.vcardtemp.packet.VCard vCard,
javax.swing.JComponent parent)
Displays the VCard for an individual.
|
void |
viewFullProfile(org.jivesoftware.smackx.vcardtemp.packet.VCard vCard,
javax.swing.JComponent parent)
Displays the VCard for an individual.
|
public void editProfile(org.jivesoftware.smackx.vcardtemp.packet.VCard vCard, javax.swing.JComponent parent)
vCard
- the users vcard.parent
- the parent component, used for location.public void viewFullProfile(org.jivesoftware.smackx.vcardtemp.packet.VCard vCard, javax.swing.JComponent parent)
vCard
- the users vcard.parent
- the parent component, used for location.public void displayProfile(java.lang.String jid, org.jivesoftware.smackx.vcardtemp.packet.VCard vcard, javax.swing.JComponent parent)
jid
- the jid of the user.vcard
- the users vcard.parent
- the parent component, used for location handling.