Uses of Class
bayern.steinbrecher.wizard.WizardPageController
| Package | Description |
|---|---|
| bayern.steinbrecher.wizard | |
| 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 WizardPageController in bayern.steinbrecher.wizard
Classes in bayern.steinbrecher.wizard with type parameters of type WizardPageController Modifier and Type Class Description classStandaloneWizardPage<T extends java.util.Optional<?>,C extends WizardPageController<T>>Represents aWizardPagewhich can be shown without being embedded into aWizard.classWizardPage<T extends java.util.Optional<?>,C extends WizardPageController<T>>Represents a class which can be in aWizard. -
Uses of WizardPageController in bayern.steinbrecher.wizard.pages
Subclasses of WizardPageController in bayern.steinbrecher.wizard.pages Modifier and Type Class Description classSelectionController<T extends java.lang.Comparable<? extends T>>Represents controller for Selection.fxml.