bayern.steinbrecher.wizard.WizardState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Wizard Show documentation
Show all versions of Wizard Show documentation
Contains a library to create dynamic and branching JavaFX wizards in an abstract way.
Comes with a predefined collection of typical wizard pages.
package bayern.steinbrecher.wizard;
public enum WizardState {
RUNNING,
FINISHED,
ABORTED
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy