|
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.account.EmptyAccountRegistrationWizardPage
public class EmptyAccountRegistrationWizardPage
The EmptyAccountRegistrationWizardPage is the page that users would see in the NewAccountDialog as a default choice which would make them pick a new option.
| Field Summary | |
|---|---|
static String |
FIRST_PAGE_IDENTIFIER
|
| Fields inherited from interface net.java.sip.communicator.service.gui.WizardPage |
|---|
DEFAULT_PAGE_IDENTIFIER, FINISH_PAGE_IDENTIFIER, SUMMARY_PAGE_IDENTIFIER |
| Constructor Summary | |
|---|---|
EmptyAccountRegistrationWizardPage(EmptyAccountRegistrationWizard wizard)
Creates an instance of FirstWizardPage. |
|
| Method Summary | |
|---|---|
void |
changedUpdate(DocumentEvent e)
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage |
void |
commitPage()
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage |
Object |
getBackPageIdentifier()
Implements the WizardPage.getBackPageIdentifier to return
the back identifier. |
Object |
getIdentifier()
Implements the WizardPage.getIdentifier to return this
page identifier. |
Object |
getNextPageIdentifier()
Implements WizardPage.getNextPageIdentifier to return the next page identifier - the summary page. |
Object |
getSimpleForm()
Returns the JPanel that contains the message prompting the user to select a protocol. |
Object |
getWizardForm()
Implements the WizardPage.getWizardForm to return this
panel. |
void |
pageBack()
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage |
void |
pageHiding()
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage |
void |
pageShowing()
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage |
void |
pageShown()
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String FIRST_PAGE_IDENTIFIER
| Constructor Detail |
|---|
public EmptyAccountRegistrationWizardPage(EmptyAccountRegistrationWizard wizard)
wizard - the parent wizard| Method Detail |
|---|
public Object getSimpleForm()
public Object getIdentifier()
WizardPage.getIdentifier to return this
page identifier.
getIdentifier in interface WizardPagepublic Object getNextPageIdentifier()
getNextPageIdentifier in interface WizardPagepublic Object getBackPageIdentifier()
WizardPage.getBackPageIdentifier to return
the back identifier. In this case it's null because this is the first
wizard page.
getBackPageIdentifier in interface WizardPagepublic Object getWizardForm()
WizardPage.getWizardForm to return this
panel.
getWizardForm in interface WizardPagepublic void pageShowing()
EmptyAccountRegistrationWizardPage
pageShowing in interface WizardPagepublic void commitPage()
EmptyAccountRegistrationWizardPage
commitPage in interface WizardPagepublic void changedUpdate(DocumentEvent e)
EmptyAccountRegistrationWizardPage
public void pageHiding()
EmptyAccountRegistrationWizardPage
pageHiding in interface WizardPagepublic void pageShown()
EmptyAccountRegistrationWizardPage
pageShown in interface WizardPagepublic void pageBack()
EmptyAccountRegistrationWizardPage
pageBack in interface WizardPage
|
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 | |||||||||