Package org.pietschy.wizard.models

This package provides the basic implementations of WizardModel.

See:
          Description

Interface Summary
Condition An interface that is used by DynamicModel and MultiPathModel to determine if a wizard should display a particular step or group of steps.
PathVisitor  
 

Class Summary
AbstractPathVisitor  
BranchingPath BranchingPaths represent a sequence of WizardSteps that has multiple choices for the next path to traverse.
DynamicModel The DynamicModel is very similar to the static model, except that steps can be dynamically removed from the wizard flow.
MultiPathModel MultiPathModels are built from a joined set of Paths that each contain one or more WizardSteps.
Path Paths represent a sequence of WizardSteps.
SimplePath A SimplePath represents a sequence of wizard steps whose next path is determined at compile time.
StaticModel This class provides the basis for a simple linear wizard model.
StaticModelOverview This class provides an overview panel for instances of StaticModel.
 

Package org.pietschy.wizard.models Description

This package provides the basic implementations of WizardModel.



Copyright © 2004 Andrew Pietsch.