All Classes
| Class | Description |
|---|---|
| IllegalCallableException |
Signals that calling a
Callable of a page has thrown an exception. |
| PageNotFoundException |
Signals that a wizard page having a certain key could not be found.
|
| Wizard |
Represents a wizard for showing a sequence of
Panes. |
| WizardableController<T extends java.util.Optional<?>> |
Represents a controller of a
WizardableView. |
| WizardableView<T extends java.util.Optional<?>,C extends WizardableController<T>> |
Represents a class which can be in a
Wizard. |
| WizardController |
Contains the controller of the wizard.
|
| WizardPage<T> |
Represents a page of the wizard.
|