Uses of Class
bayern.steinbrecher.wizard.WizardState
| Package | Description |
|---|---|
| bayern.steinbrecher.wizard |
-
Uses of WizardState in bayern.steinbrecher.wizard
Methods in bayern.steinbrecher.wizard that return WizardState Modifier and Type Method Description @NotNull WizardStateWizard. getState()Gets the value of the property state.@NotNull WizardStateWizardController. getState()Gets the value of the property state.static WizardStateWizardState. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WizardState[]WizardState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in bayern.steinbrecher.wizard that return types with arguments of type WizardState Modifier and Type Method Description @NotNull javafx.beans.property.ReadOnlyObjectProperty<WizardState>Wizard. stateProperty()@NotNull javafx.beans.property.ReadOnlyObjectProperty<WizardState>WizardController. stateProperty()