|
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.AddContactWizardPage3
public class AddContactWizardPage3
The AddContactWizardPage3 is the last page of the "Add Contact" wizard. Contains the AddContactPanel, where the user should enter the identifier of the contact to add.
| Field Summary | |
|---|---|
static String |
IDENTIFIER
|
| Fields inherited from interface net.java.sip.communicator.service.gui.WizardPage |
|---|
DEFAULT_PAGE_IDENTIFIER, FINISH_PAGE_IDENTIFIER, SUMMARY_PAGE_IDENTIFIER |
| Constructor Summary | |
|---|---|
AddContactWizardPage3(Wizard wizard,
NewContact newContact)
Creates an instance of AddContactWizardPage3. |
|
AddContactWizardPage3(Wizard wizard,
NewContact newContact,
String contactAddress)
Creates an instance of AddContactWizardPage3. |
|
| Method Summary | |
|---|---|
void |
commitPage()
Invoked when user clicks on the "Next" wizard button. |
Object |
getBackPageIdentifier()
Implements the WizardPanelDescriptor method to return the identifier of the previous wizard page. |
Object |
getIdentifier()
Returns the identifier of this WizardPage. |
Object |
getNextPageIdentifier()
Implements the WizardPanelDescriptor method to return the identifier of the next wizard page. |
Object |
getWizardForm()
Returns the user interface form represented by this page. |
void |
pageBack()
Invoked when user clicks on the "Back" wizard button. |
void |
pageHiding()
Before finishing the wizard sets the identifier entered by the user to the NewContact object. |
void |
pageShowing()
Invoked when this WizardPage will be shown eighter because the user has clicked "Back" on the next wizard page or "Next" on the previous one. |
void |
pageShown()
Invoked when this WizardPage is shown to the user and has become the current wizard page. |
void |
setBackPageIdentifier(String identifier)
Changes the back page for the current wizard page. |
void |
setUIN(String uin)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String IDENTIFIER
| Constructor Detail |
|---|
public AddContactWizardPage3(Wizard wizard,
NewContact newContact,
String contactAddress)
wizard - the parent wizardnewContact - An object that collects all user choices through the
wizard.contactAddress - the address of the contact to add
public AddContactWizardPage3(Wizard wizard,
NewContact newContact)
wizard - the parent wizardnewContact - An object that collects all user choices through the
wizard.| Method Detail |
|---|
public Object getNextPageIdentifier()
getNextPageIdentifier in interface WizardPagepublic Object getBackPageIdentifier()
getBackPageIdentifier in interface WizardPagepublic void pageHiding()
pageHiding in interface WizardPagepublic Object getIdentifier()
WizardPage
getIdentifier in interface WizardPagepublic Object getWizardForm()
WizardPage
getWizardForm in interface WizardPagepublic void pageShown()
WizardPageYou should add here all operations you need to be executed when this WizardPage is shown.
pageShown in interface WizardPagepublic void pageShowing()
WizardPageYou should add here all operations you need to be executed when this WizardPage is about to be shown.
pageShowing in interface WizardPagepublic void commitPage()
WizardPage
commitPage in interface WizardPagepublic void pageBack()
WizardPage
pageBack in interface WizardPagepublic void setUIN(String uin)
public void setBackPageIdentifier(String identifier)
identifier - the new back page identifier.
|
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 | |||||||||