| Interface | Description |
|---|---|
| OptionPanel |
This interface has to be implemented by all the classes
that are a part of the wizard.
|
| Class | Description |
|---|---|
| OptionPanelContainer |
This class is a wizard panel that displays the panel returned by the
OptionPanel.getJPanel() method int the top of the wizard. |
| ProgressOptionPanel |
This panel implements a progress bar that can be added to a wizard.
|
| SelectFileOptionPanel |
This panel implements a panel to select a file that can be added to a wizard.
|
| Exception | Description |
|---|---|
| NotContinueWizardException |
This exception is thrown if the wizard can not continue by any reason.
|