See: Description
| Interface | Description |
|---|---|
| Wizard.Flow |
Represents the page flow of the wizard.
|
| Class | Description |
|---|---|
| CommandLinksDialog | |
| CommandLinksDialog.CommandLinksButtonType | |
| ExceptionDialog | |
| FontSelectorDialog | |
| LoginDialog | |
| ProgressDialog | |
| Wizard |
The API for creating multi-page Wizards, based on JavaFX
Dialog API.Wizard can be setup in following few steps: |
| Wizard.LinearFlow |
LinearFlow is an implementation of the
Wizard.Flow interface,
designed to support the most common type of wizard flow - namely, a linear
wizard page flow (i.e. |
| WizardPane |
WizardPane is the base class for all wizard pages.
|