Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Uses of Class
net.java.sip.communicator.service.gui.AccountRegistrationWizard

Packages that use AccountRegistrationWizard
net.java.sip.communicator.impl.gui.main.account   
net.java.sip.communicator.plugin.aimaccregwizz   
net.java.sip.communicator.plugin.dictaccregwizz   
net.java.sip.communicator.plugin.facebookaccregwizz   
net.java.sip.communicator.plugin.gibberishaccregwizz   
net.java.sip.communicator.plugin.googletalkaccregwizz   
net.java.sip.communicator.plugin.icqaccregwizz   
net.java.sip.communicator.plugin.ippiaccregwizz   
net.java.sip.communicator.plugin.iptelaccregwizz   
net.java.sip.communicator.plugin.ircaccregwizz   
net.java.sip.communicator.plugin.jabberaccregwizz   
net.java.sip.communicator.plugin.msnaccregwizz   
net.java.sip.communicator.plugin.rssaccregwizz   
net.java.sip.communicator.plugin.sip2sipaccregwizz   
net.java.sip.communicator.plugin.sipaccregwizz   
net.java.sip.communicator.plugin.sshaccregwizz   
net.java.sip.communicator.plugin.yahooaccregwizz   
net.java.sip.communicator.plugin.zeroconfaccregwizz   
net.java.sip.communicator.service.gui   
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.impl.gui.main.account
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.impl.gui.main.account
(package private)  class EmptyAccountRegistrationWizard
          We use this class as a dummy implementation of the AccountRegistrationWizard only containing a blank page and not related to a specific protocol.
 

Methods in net.java.sip.communicator.impl.gui.main.account that return AccountRegistrationWizard
 AccountRegistrationWizard AccountRegWizardContainerImpl.getCurrentWizard()
          Returns the currently used AccountRegistrationWizard.
 AccountRegistrationWizard AccountRegWizardContainerImpl.getProtocolWizard(ProtocolProviderService protocolProvider)
          Returns the wizard corresponding to the given protocol provider.
 

Methods in net.java.sip.communicator.impl.gui.main.account with parameters of type AccountRegistrationWizard
 void AccountRegWizardContainerImpl.addAccountRegistrationWizard(String protocolName, AccountRegistrationWizard wizard)
          Adds the given AccountRegistrationWizard to the list of containing wizards.
 void AccountRegWizardContainerImpl.removeAccountRegistrationWizard(String protocolName, AccountRegistrationWizard wizard)
          Removes the given AccountRegistrationWizard from the list of containing wizards.
 void AccountRegWizardContainerImpl.saveAccountWizard(ProtocolProviderService protocolProvider, AccountRegistrationWizard wizard)
          Saves the (protocol provider, wizard) pair in through the ConfigurationService.
 void AccountRegWizardContainerImpl.setCurrentWizard(AccountRegistrationWizard wizard)
          Sets the currently used AccountRegistrationWizard.
 void NewAccountDialog.setSelectedWizard(AccountRegistrationWizard wizard, boolean isCreateAccount)
          Sets the selected wizard.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.plugin.aimaccregwizz
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.plugin.aimaccregwizz
 class AimAccountRegistrationWizard
          The AimAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the AIM protocol.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.plugin.dictaccregwizz
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.plugin.dictaccregwizz
 class DictAccountRegistrationWizard
          The DictAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the Dict protocol.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.plugin.facebookaccregwizz
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.plugin.facebookaccregwizz
 class FacebookAccountRegistrationWizard
          The FacebookAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the Facebook Chat protocol.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.plugin.gibberishaccregwizz
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.plugin.gibberishaccregwizz
 class GibberishAccountRegistrationWizard
          The GibberishAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the Gibberish protocol.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.plugin.googletalkaccregwizz
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.plugin.googletalkaccregwizz
 class GoogleTalkAccountRegistrationWizard
          The GoogleTalkAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the Google Talk protocol.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.plugin.icqaccregwizz
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.plugin.icqaccregwizz
 class IcqAccountRegistrationWizard
          The IcqAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the ICQ protocol.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.plugin.ippiaccregwizz
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.plugin.ippiaccregwizz
 class IppiAccountRegistrationWizard
          The IppiAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the SIP protocol.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.plugin.iptelaccregwizz
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.plugin.iptelaccregwizz
 class IptelAccountRegistrationWizard
          The IptelAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the SIP protocol.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.plugin.ircaccregwizz
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.plugin.ircaccregwizz
 class IrcAccountRegistrationWizard
          The IrcAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the IRC protocol.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.plugin.jabberaccregwizz
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.plugin.jabberaccregwizz
 class JabberAccountRegistrationWizard
          The JabberAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the Jabber protocol.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.plugin.msnaccregwizz
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.plugin.msnaccregwizz
 class MsnAccountRegistrationWizard
          The MsnAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the Msn protocol.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.plugin.rssaccregwizz
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.plugin.rssaccregwizz
 class RssAccountRegistrationWizard
          The RssAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the Rss protocol.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.plugin.sip2sipaccregwizz
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.plugin.sip2sipaccregwizz
 class Sip2SipAccountRegistrationWizard
          The Sip2SipAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the SIP protocol.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.plugin.sipaccregwizz
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.plugin.sipaccregwizz
 class SIPAccountRegistrationWizard
          The IPPIAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the SIP protocol.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.plugin.sshaccregwizz
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.plugin.sshaccregwizz
 class SSHAccountRegistrationWizard
          The SSHAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the SSH protocol.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.plugin.yahooaccregwizz
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.plugin.yahooaccregwizz
 class YahooAccountRegistrationWizard
          The YahooAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the Yahoo protocol.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.plugin.zeroconfaccregwizz
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.plugin.zeroconfaccregwizz
 class ZeroconfAccountRegistrationWizard
          The ZeroconfAccountRegistrationWizard is an implementation of the AccountRegistrationWizard for the Zeroconf protocol.
 

Uses of AccountRegistrationWizard in net.java.sip.communicator.service.gui
 

Subclasses of AccountRegistrationWizard in net.java.sip.communicator.service.gui
 class ExtendedAccountRegistrationWizard
          The ExtendedAccountRegistrationWizard allows to specify if a sign up form is supported.
 

Methods in net.java.sip.communicator.service.gui with parameters of type AccountRegistrationWizard
 void CreateAccountWindow.setSelectedWizard(AccountRegistrationWizard wizard, boolean isCreateAccount)
          Sets the selected wizard.
 


Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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