SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.gui.main.account
Class EmptyAccountRegistrationWizardPage

java.lang.Object
  extended by net.java.sip.communicator.impl.gui.main.account.EmptyAccountRegistrationWizardPage
All Implemented Interfaces:
WizardPage

public class EmptyAccountRegistrationWizardPage
extends Object
implements WizardPage

The EmptyAccountRegistrationWizardPage is the page that users would see in the NewAccountDialog as a default choice which would make them pick a new option.

Author:
Emil Ivov

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

FIRST_PAGE_IDENTIFIER

public static final String FIRST_PAGE_IDENTIFIER
See Also:
Constant Field Values
Constructor Detail

EmptyAccountRegistrationWizardPage

public EmptyAccountRegistrationWizardPage(EmptyAccountRegistrationWizard wizard)
Creates an instance of FirstWizardPage.

Parameters:
wizard - the parent wizard
Method Detail

getSimpleForm

public Object getSimpleForm()
Returns the JPanel that contains the message prompting the user to select a protocol.

Returns:
the JPanel that contains the message prompting the user to select a protocol.

getIdentifier

public Object getIdentifier()
Implements the WizardPage.getIdentifier to return this page identifier.

Specified by:
getIdentifier in interface WizardPage
Returns:
Returns the identifier of the current (the first) page of the wizard.

getNextPageIdentifier

public Object getNextPageIdentifier()
Implements WizardPage.getNextPageIdentifier to return the next page identifier - the summary page.

Specified by:
getNextPageIdentifier in interface WizardPage
Returns:
Returns the identifier of the next page of the wizard.

getBackPageIdentifier

public Object getBackPageIdentifier()
Implements the WizardPage.getBackPageIdentifier to return the back identifier. In this case it's null because this is the first wizard page.

Specified by:
getBackPageIdentifier in interface WizardPage
Returns:
the identifier of the previous page of the wizard

getWizardForm

public Object getWizardForm()
Implements the WizardPage.getWizardForm to return this panel.

Specified by:
getWizardForm in interface WizardPage
Returns:
Returns this form of the wizard.

pageShowing

public void pageShowing()
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage

Specified by:
pageShowing in interface WizardPage

commitPage

public void commitPage()
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage

Specified by:
commitPage in interface WizardPage

changedUpdate

public void changedUpdate(DocumentEvent e)
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage


pageHiding

public void pageHiding()
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage

Specified by:
pageHiding in interface WizardPage

pageShown

public void pageShown()
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage

Specified by:
pageShown in interface WizardPage

pageBack

public void pageBack()
Empty interface method implementation, unused in the case of the EmptyAccountRegistrationWizardPage

Specified by:
pageBack in interface WizardPage

SIP Communicator: the OpenSource Java VoIP and Instant Messaging client.

SIP Communicator, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.