Uses of Class
bayern.steinbrecher.wizard.WizardableController
| Package | Description |
|---|---|
| bayern.steinbrecher.wizard |
Contains a wizard for being used with JavaFX.
|
| bayern.steinbrecher.wizard.pages |
Contains a collection of common types of wizard pages which may be either used directly or as a reference for
implementing custom wizard pages.
|
-
Uses of WizardableController in bayern.steinbrecher.wizard
Classes in bayern.steinbrecher.wizard with type parameters of type WizardableController Modifier and Type Class Description classWizardableView<T extends java.util.Optional<?>,C extends WizardableController<T>>Represents a class which can be in aWizard. -
Uses of WizardableController in bayern.steinbrecher.wizard.pages
Subclasses of WizardableController in bayern.steinbrecher.wizard.pages Modifier and Type Class Description classSelectionController<T extends java.lang.Comparable<T>>Represents controller for Selection.fxml.