Interface | Description |
---|---|
WizardPanel |
This interface must be implemented by all the wizards.
|
WizardPanelActionListener |
Listener for the wizard.
|
Class | Description |
---|---|
WizardPanelCancelAction |
This class links the click action in the cancel button method
and calls the
WizardPanelActionListener.cancel(WizardPanel)
method. |
WizardPanelFinishAction |
This class links the click action in the cancel button method
and calls the
WizardPanelActionListener.finish(WizardPanel)
method. |
WizardPanelWithLogo |