|
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.iptelaccregwizz.IptelAccountRegistrationWizard
public class IptelAccountRegistrationWizard
The IptelAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the SIP protocol. It should allow the user to create and configure a new SIP account.
| Field Summary | |
|---|---|
static String |
PROTOCOL
The protocol name. |
| Constructor Summary | |
|---|---|
IptelAccountRegistrationWizard(WizardContainer wizardContainer)
Creates an instance of IptelAccountRegistrationWizard. |
|
| Method Summary | |
|---|---|
String |
getAccountIconPath()
Returns the account icon path. |
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. |
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 |
|---|
getCreateAccountLabel, getCreateAccountService, getExistingAccountLabel, getFirstPageIdentifier, getLastPageIdentifier, getPages, getRegistration, getSimpleForm, getSize, getSummary, getUsernameLabel, 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
| Constructor Detail |
|---|
public IptelAccountRegistrationWizard(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 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 | |||||||||