Package net.javaprog.ui.wizard

Interface Summary
DataLookup Provides a simple interface for a data lookup mechanism used by DataModel.
Step Models a simple step in a sequence of steps.
StepDescriptionRenderer Provides an interface for rendering step meta information.
StepListRenderer Provides an interface for rendering step sequence meta information.
StepModelCustomizer Enables dynamic step sequences.
WizardModel Models a sequence of steps.
WizardModelListener Provides an interface for wizard model event listeners.
 

Class Summary
AbstractStep Provides a basic Step implementation.
DataModel Provides a data container that can be shared by steps aiming to collect data.
DefaultDataLookup Default implementation for DataLookup using reflection.
DefaultWizardModel Default implementation for WizardModel.
DefaultWizardModel.DummyStep Step implementation used in dynamic wizard models.
JavaHelpSupport Provides for a seamless integration of jwizz with JavaHelp.
Wizard  
WizardContentPane  
WizardModelEvent