Uses of Class
bayern.steinbrecher.wizard.WizardPage
| 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 WizardPage in bayern.steinbrecher.wizard
Subclasses of WizardPage in bayern.steinbrecher.wizard 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.Constructors in bayern.steinbrecher.wizard with parameters of type WizardPage Constructor Description EmbeddedWizardPage(@NotNull WizardPage<T,?> page, @Nullable java.util.function.Supplier<java.lang.String> nextFunction, boolean finish) -
Uses of WizardPage in bayern.steinbrecher.wizard.pages
Subclasses of WizardPage in bayern.steinbrecher.wizard.pages Modifier and Type Class Description classSelection<T extends java.lang.Comparable<? extends T>>