net.java.sip.communicator.service.gui
Interface CreateAccountWindow
- All Known Implementing Classes:
- NewAccountDialog
public interface CreateAccountWindow
- Author:
- Yana Stamcheva
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 selectisCreatedForm - indicates if the selected wizard should be opened
in create account mode
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.