| Interface | Description |
|---|---|
| FinishedListener | |
| Step |
Wizard step, implement an action in the wizard, all implementation of step,
must derive from JComponent, for the display
|
| StepBeforeChanged | |
| StepChanged |
Wizzard listener to inform the current step has changed
|
| StepStatusChangedListener |
callback for steps to inform the wizzard that their status has changed
|
| Class | Description |
|---|---|
| BasePanelStep | |
| Wizard |
Wizard component, maintain the wizard gui, maintain the current step state,
maintain the navigation logic
|
| WizardStates |
a state collection for the wizard
|