net.java.sip.communicator.service.gui
Class ExtendedAccountRegistrationWizard
java.lang.Object
net.java.sip.communicator.service.gui.AccountRegistrationWizard
net.java.sip.communicator.service.gui.ExtendedAccountRegistrationWizard
- Direct Known Subclasses:
- SIPAccountRegistrationWizard
public abstract class ExtendedAccountRegistrationWizard
- extends AccountRegistrationWizard
The ExtendedAccountRegistrationWizard allows to specify if a sign up
form is supported.
- Author:
- Yana Stamcheva
|
Method Summary |
abstract boolean |
isSignupSupported()
Indicates if a sign up form is supported by this wizard. |
abstract void |
setCreateAccountView()
Sets the create account view of this registration wizard. |
| Methods inherited from class net.java.sip.communicator.service.gui.AccountRegistrationWizard |
accountRemoved, getFirstPageIdentifier, getForgotPasswordLink, getForgotPasswordLinkName, getIcon, getLastPageIdentifier, getPageImage, getPages, getProtocolDescription, getProtocolName, getSimpleForm, getSize, getSummary, getUserNameExample, getWizardContainer, isHidden, isModification, isPreferredProtocol, isSimpleFormEnabled, isWebSignupSupported, loadAccount, setModification, setWizardContainer, signin, signin, webSignup |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ExtendedAccountRegistrationWizard
public ExtendedAccountRegistrationWizard()
isSignupSupported
public abstract boolean isSignupSupported()
- Indicates if a sign up form is supported by this wizard.
- Returns:
- true if a sign up form is supported by this wizard,
false - otherwise
setCreateAccountView
public abstract void setCreateAccountView()
- Sets the create account view of this registration wizard.
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.