Package docking.wizard
package docking.wizard
-
ClassesClassDescriptionA dialog for displaying a series of wizard panels used to collect data from the user before performing some task with the collected data.WizardModel<T>This is the main class for defining the steps and GUI for a
WizardDialog
.WizardStep<T>This is the base class for defining a step in aWizardModel
to be displayed using aWizardDialog
.