Package ca.cgjennings.ui.wizard
-
Interface Summary Interface Description WizardListener Interface implemented by objects that listen to events fired from aWizardModel
.WizardModel Models the steps and step transitions in a wizard dialog. -
Class Summary Class Description AbstractWizardModel An abstract base class for wizard models.DefaultWizardModel A default implementation ofWizardModel
.WizardAdapter A base class forWizardListener
s that provides no-op implementations for all of the listener methods.WizardController Controllers encapsulate the logic needed to coordinate the various components of a wizard dialog.WizardEvent Describes events that are fired by aWizardModel
to aWizardListener
.WizardPanel An interface panel that acts as a view for aWizardModel
.