Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.service.gui
Interface CreateAccountWindow

All Known Implementing Classes:
NewAccountDialog

public interface CreateAccountWindow

Author:
Yana Stamcheva

Method Summary
 void setSelectedWizard(AccountRegistrationWizard wizard, boolean isCreateAccount)
          Sets the selected wizard.
 void setVisible(boolean visible)
          Shows or hides this create account window.
 

Method Detail

setVisible

void setVisible(boolean visible)
Shows or hides this create account window.

Parameters:
visible - true to show this window, false - otherwise

setSelectedWizard

void setSelectedWizard(AccountRegistrationWizard wizard,
                       boolean isCreateAccount)
Sets the selected wizard.

Parameters:
wizard - the wizard to select
isCreatedForm - indicates if the selected wizard should be opened in create account mode

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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