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 classWizardPage<T extends java.util.Optional<?>,C extends WizardPageController<T>>Represents a class which can be in aWizard.Subclasses of WizardPageController in bayern.steinbrecher.wizard Modifier and Type Class Description classStandaloneWizardPageController<T extends java.util.Optional<?>>Methods in bayern.steinbrecher.wizard with type parameters of type WizardPageController Modifier and Type Method Description <R extends java.util.Optional<?>, C extends WizardPageController<R>>
java.util.concurrent.CompletableFuture<WizardPage<R,C>>WizardPage. setFinishAndDynamicNext(boolean finish, @Nullable java.util.function.Supplier<WizardPage<R,C>> dynamicNextFunction, @NotNull java.lang.String pageID, @NotNull Wizard containingWizard)Deprecated, for removal: This API element is subject to removal in a future version. -
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.classSelectionGroupController<T extends java.lang.Comparable<T>,G>The controller of the SelectionGroup.classTablePageController