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.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.