|
Jitsi: 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.service.gui.AccountRegistrationWizard
net.java.sip.communicator.service.gui.ExtendedAccountRegistrationWizard
net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard
net.java.sip.communicator.plugin.sip2sipaccregwizz.Sip2SipAccountRegistrationWizard
public class Sip2SipAccountRegistrationWizard
The Sip2SipAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the SIP protocol. It should allow the user to create and configure a new IP Tel SIP account.
| Field Summary | |
|---|---|
(package private) CreateSip2SipAccountForm |
createAccountForm
The create account form. |
static String |
PROTOCOL
The protocol name. |
| Constructor Summary | |
|---|---|
Sip2SipAccountRegistrationWizard(WizardContainer wizardContainer)
Creates an instance of IptelAccountRegistrationWizard. |
|
| Method Summary | |
|---|---|
String |
getAccountIconPath()
Returns the account icon path. |
protected String |
getCreateAccountLabel()
Return the string for create new account button. |
protected SIPAccountCreationFormService |
getCreateAccountService()
Returns an instance of CreateAccountService through which the user could create an account. |
protected String |
getExistingAccountLabel()
Return the string for add existing account button. |
byte[] |
getIcon()
Implements the AccountRegistrationWizard.getIcon method. |
byte[] |
getPageImage()
Implements the AccountRegistrationWizard.getPageImage method. |
Iterator<WizardPage> |
getPages()
Returns the set of pages contained in this wizard. |
String |
getProtocol()
Returns the protocol name as listed in "ProtocolNames" or just the name of the service. |
String |
getProtocolDescription()
Implements the AccountRegistrationWizard.getProtocolDescription
method. |
String |
getProtocolIconPath()
Returns the protocol icon path. |
String |
getProtocolName()
Implements the AccountRegistrationWizard.getProtocolName
method. |
Object |
getSimpleForm(boolean isCreateAccount)
Returns a simple account registration form that would be the first form shown to the user. |
String |
getUserNameExample()
Returns an example string, which should indicate to the user how the user name should look like. |
protected String |
getUsernameLabel()
Returns the display label used for the sip id field. |
String |
getWebSignupLinkName()
Returns the name of the web sign up link. |
void |
webSignup()
Opens the browser on the page sign up |
| Methods inherited from class net.java.sip.communicator.plugin.sipaccregwizz.SIPAccountRegistrationWizard |
|---|
getFirstPageIdentifier, getLastPageIdentifier, getPages, getRegistration, getSimpleForm, getSize, getSummary, isSignupSupported, isWebSignupSupported, loadAccount, setCreateAccountView, setRegistration, signin, signin |
| Methods inherited from class net.java.sip.communicator.service.gui.AccountRegistrationWizard |
|---|
accountRemoved, getForgotPasswordLink, getForgotPasswordLinkName, getWizardContainer, isHidden, isModification, isPreferredProtocol, isSimpleFormEnabled, setModification, setWizardContainer |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String PROTOCOL
CreateSip2SipAccountForm createAccountForm
| Constructor Detail |
|---|
public Sip2SipAccountRegistrationWizard(WizardContainer wizardContainer)
wizardContainer - the wizard container| Method Detail |
|---|
public Iterator<WizardPage> getPages()
getPages in class SIPAccountRegistrationWizardpublic Object getSimpleForm(boolean isCreateAccount)
getSimpleForm in class SIPAccountRegistrationWizardisCreateAccount - indicates if the simple form should be opened as
a create account form or as a login form
public byte[] getIcon()
AccountRegistrationWizard.getIcon method.
Returns the icon to be used for this wizard.
getIcon in class SIPAccountRegistrationWizardpublic byte[] getPageImage()
AccountRegistrationWizard.getPageImage method.
Returns the image used to decorate the wizard page
getPageImage in class SIPAccountRegistrationWizardpublic String getProtocolName()
AccountRegistrationWizard.getProtocolName
method. Returns the protocol name for this wizard.
getProtocolName in class SIPAccountRegistrationWizardpublic String getProtocolDescription()
AccountRegistrationWizard.getProtocolDescription
method. Returns the description of the protocol for this wizard.
getProtocolDescription in class SIPAccountRegistrationWizardpublic String getUserNameExample()
getUserNameExample in class SIPAccountRegistrationWizardpublic String getProtocol()
getProtocol in class SIPAccountRegistrationWizardpublic String getProtocolIconPath()
getProtocolIconPath in class SIPAccountRegistrationWizardpublic String getAccountIconPath()
getAccountIconPath in class SIPAccountRegistrationWizardpublic void webSignup()
webSignup in class AccountRegistrationWizardpublic String getWebSignupLinkName()
getWebSignupLinkName in class SIPAccountRegistrationWizardprotected SIPAccountCreationFormService getCreateAccountService()
getCreateAccountService in class SIPAccountRegistrationWizardprotected String getUsernameLabel()
getUsernameLabel in class SIPAccountRegistrationWizardprotected String getExistingAccountLabel()
getExistingAccountLabel in class SIPAccountRegistrationWizardprotected String getCreateAccountLabel()
getCreateAccountLabel in class SIPAccountRegistrationWizard
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||