Uses of Class
bayern.steinbrecher.wizard.WizardPage
| Package | Description |
|---|---|
| bayern.steinbrecher.wizard |
-
Uses of WizardPage in bayern.steinbrecher.wizard
Methods in bayern.steinbrecher.wizard that return WizardPage Modifier and Type Method Description @NotNull WizardPage<?>Wizard. getCurrentPage()Gets the value of the property currentPage.@NotNull WizardPage<?>WizardController. getCurrentPage()Gets the value of the property currentPage.@NotNull WizardPage<T>WizardableView. getWizardPage()Creates aWizardPage.Methods in bayern.steinbrecher.wizard that return types with arguments of type WizardPage Modifier and Type Method Description @NotNull javafx.beans.property.ReadOnlyProperty<WizardPage<?>>Wizard. currentPageProperty()@NotNull javafx.beans.property.ReadOnlyObjectProperty<WizardPage<?>>WizardController. currentPageProperty()@NotNull java.util.Map<java.lang.String,WizardPage<?>>WizardController. getVisitablePages()Gets the value of the property visitablePages.@NotNull javafx.beans.property.MapProperty<java.lang.String,WizardPage<?>>WizardController. visitablePagesProperty()Methods in bayern.steinbrecher.wizard with parameters of type WizardPage Modifier and Type Method Description voidWizard. put(@NotNull java.lang.String key, @NotNull WizardPage<?> page)Adds the given page to the wizard and replaces pages with the same key but only if the page was not already visited.voidWizardController. put(@NotNull java.lang.String key, @NotNull WizardPage<?> page)Adds the given page to the wizard and replaces pages with the same key but only if the page was not already visited.Method parameters in bayern.steinbrecher.wizard with type arguments of type WizardPage Modifier and Type Method Description static @NotNull WizardWizard. create(@NotNull java.util.Map<java.lang.String,WizardPage<?>> pages)voidWizardController. setVisitablePages(@NotNull java.util.Map<java.lang.String,WizardPage<?>> visitablePages)Sets a new map of visitable pages.