Package bayern.steinbrecher.wizard
Contains a wizard for being used with JavaFX.
-
Class Summary Class Description Wizard Represents a wizard for showing a sequence ofPanes.WizardableController<T extends java.util.Optional<?>> Represents a controller of aWizardableView.WizardableView<T extends java.util.Optional<?>,C extends WizardableController<T>> Represents a class which can be in aWizard.WizardController Contains the controller of the wizard.WizardPage<T> Represents a page of the wizard. -
Exception Summary Exception Description IllegalCallableException Signals that calling aCallableof a page has thrown an exception.PageNotFoundException Signals that a wizard page having a certain key could not be found.