Uses of Class
bayern.steinbrecher.wizard.EmbeddedWizardPage
| Package | Description |
|---|---|
| bayern.steinbrecher.wizard |
-
Uses of EmbeddedWizardPage in bayern.steinbrecher.wizard
Methods in bayern.steinbrecher.wizard that return EmbeddedWizardPage Modifier and Type Method Description @NotNull EmbeddedWizardPage<T>WizardPage. generateEmbeddableWizardPage()Creates aEmbeddedWizardPage.@NotNull EmbeddedWizardPage<?>Wizard. getCurrentPage()Gets the value of the property currentPage.@NotNull EmbeddedWizardPage<?>WizardController. getCurrentPage()Gets the value of the property currentPage.Methods in bayern.steinbrecher.wizard that return types with arguments of type EmbeddedWizardPage Modifier and Type Method Description @NotNull javafx.beans.property.ReadOnlyProperty<EmbeddedWizardPage<?>>Wizard. currentPageProperty()@NotNull javafx.beans.property.ReadOnlyObjectProperty<EmbeddedWizardPage<?>>WizardController. currentPageProperty()@NotNull java.util.Map<java.lang.String,EmbeddedWizardPage<?>>WizardController. getVisitablePages()Gets the value of the property visitablePages.@NotNull javafx.beans.property.MapProperty<java.lang.String,EmbeddedWizardPage<?>>WizardController. visitablePagesProperty()Methods in bayern.steinbrecher.wizard with parameters of type EmbeddedWizardPage Modifier and Type Method Description voidWizard. putPage(@NotNull java.lang.String key, @NotNull EmbeddedWizardPage<?> 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. putPage(@NotNull java.lang.String key, @NotNull EmbeddedWizardPage<?> 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 EmbeddedWizardPage Modifier and Type Method Description static @NotNull WizardWizard. create(@NotNull java.util.Map<java.lang.String,EmbeddedWizardPage<?>> pages)voidWizardController. setVisitablePages(@NotNull java.util.Map<java.lang.String,EmbeddedWizardPage<?>> visitablePages)Sets a new map of visitable pages.