|
SIP Communicator: 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.Objectjava.awt.Component
java.awt.Container
java.awt.Window
java.awt.Dialog
javax.swing.JDialog
net.java.sip.communicator.util.swing.SIPCommDialog
net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard
net.java.sip.communicator.impl.gui.main.account.AccountRegWizardContainerImpl
public class AccountRegWizardContainerImpl
The implementation of the AccountRegistrationWizardContainer.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.java.sip.communicator.util.swing.SIPCommDialog |
|---|
SIPCommDialog.DialogWindowAdapter |
| Nested classes/interfaces inherited from class javax.swing.JDialog |
|---|
JDialog.AccessibleJDialog |
| Nested classes/interfaces inherited from class java.awt.Dialog |
|---|
Dialog.AccessibleAWTDialog, Dialog.ModalExclusionType, Dialog.ModalityType |
| Nested classes/interfaces inherited from class java.awt.Window |
|---|
Window.AccessibleAWTWindow |
| Nested classes/interfaces inherited from class java.awt.Container |
|---|
Container.AccessibleAWTContainer |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.AccessibleAWTComponent, Component.BaselineResizeBehavior, Component.BltBufferStrategy, Component.FlipBufferStrategy |
| Field Summary |
|---|
| Fields inherited from class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard |
|---|
BACK_BUTTON_ACTION_COMMAND, CANCEL_BUTTON_ACTION_COMMAND, CANCEL_RETURN_CODE, ERROR_RETURN_CODE, FINISH_RETURN_CODE, NEXT_BUTTON_ACTION_COMMAND |
| Fields inherited from class javax.swing.JDialog |
|---|
accessibleContext, rootPane, rootPaneCheckingEnabled |
| Fields inherited from class java.awt.Dialog |
|---|
DEFAULT_MODALITY_TYPE |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface javax.swing.WindowConstants |
|---|
DISPOSE_ON_CLOSE, DO_NOTHING_ON_CLOSE, EXIT_ON_CLOSE, HIDE_ON_CLOSE |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
AccountRegWizardContainerImpl(MainFrame mainFrame)
|
|
| Method Summary | |
|---|---|
void |
addAccountRegistrationWizard(String protocolName,
AccountRegistrationWizard wizard)
Adds the given AccountRegistrationWizard to the list of containing wizards. |
AccountRegistrationWizard |
getCurrentWizard()
Returns the currently used AccountRegistrationWizard. |
AccountRegSummaryPage |
getSummaryPage()
Returns the summary wizard page. |
void |
modifyAccount(ProtocolProviderService protocolProvider)
Opens the corresponding wizard to modify an existing account given by the protocolProvider parameter. |
void |
removeAccountRegistrationWizard(String protocolName,
AccountRegistrationWizard wizard)
Removes the given AccountRegistrationWizard from the list of containing wizards. |
void |
saveAccountWizard(ProtocolProviderService protocolProvider,
AccountRegistrationWizard wizard)
Saves the (protocol provider, wizard) pair in through the ConfigurationService. |
void |
serviceChanged(org.osgi.framework.ServiceEvent event)
Handles registration of a new account wizard. |
void |
setCurrentWizard(AccountRegistrationWizard wizard)
Sets the currently used AccountRegistrationWizard. |
void |
unregisterWizardPages()
Unregisters all pages added by the current wizard. |
| Methods inherited from class net.java.sip.communicator.impl.gui.customcontrols.wizard.Wizard |
|---|
addWizardListener, close, containsPage, getBackButton, getBackButtonDefaultText, getCancelButtonDefaultText, getDialog, getFinishButtonDefaultText, getModel, getNextButton, getNextButtonDefaultText, isBackButtonEnabled, isCancelButtonEnabled, isNextFinishButtonEnabled, propertyChange, refresh, registerWizardPage, removeWizardListener, removeWizzardIcon, setBackButtonEnabled, setCancelButtonEnabled, setCurrentPage, setFinishButtonText, setNextFinishButtonEnabled, setWizzardIcon, showDialog, unregisterWizardPage, windowActivated, windowClosed, windowClosing, windowDeactivated, windowDeiconified, windowIconified, windowOpened |
| Methods inherited from class net.java.sip.communicator.util.swing.SIPCommDialog |
|---|
addKeyBinding, dispose, setVisible |
| Methods inherited from class java.awt.Dialog |
|---|
addNotify, getModalityType, getTitle, hide, isModal, isResizable, isUndecorated, setModal, setModalityType, setResizable, setTitle, setUndecorated, show, toBack |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface net.java.sip.communicator.service.gui.WizardContainer |
|---|
isBackButtonEnabled, isCancelButtonEnabled, isNextFinishButtonEnabled, refresh, setBackButtonEnabled, setCancelButtonEnabled, setFinishButtonText, setNextFinishButtonEnabled |
| Constructor Detail |
|---|
public AccountRegWizardContainerImpl(MainFrame mainFrame)
| Method Detail |
|---|
public void addAccountRegistrationWizard(String protocolName,
AccountRegistrationWizard wizard)
wizard - the AccountRegistrationWizard to add
public void removeAccountRegistrationWizard(String protocolName,
AccountRegistrationWizard wizard)
wizard - the AccountRegistrationWizard to removepublic AccountRegSummaryPage getSummaryPage()
public void modifyAccount(ProtocolProviderService protocolProvider)
protocolProvider - The ProtocolProviderService for the
account to modify.
public void saveAccountWizard(ProtocolProviderService protocolProvider,
AccountRegistrationWizard wizard)
protocolProvider - the protocol provider to savewizard - the wizard to savepublic AccountRegistrationWizard getCurrentWizard()
public void setCurrentWizard(AccountRegistrationWizard wizard)
wizard - the AccountRegistrationWizard to set as
current onepublic void unregisterWizardPages()
public void serviceChanged(org.osgi.framework.ServiceEvent event)
serviceChanged in interface org.osgi.framework.ServiceListener
|
SIP Communicator: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||