Uses of Interface
com.bws42.wizard.WizardPanel

Packages that use WizardPanel
com.bws42.wizard This package contains all the source files for the Wizard. 
com.bws42.wizard.example This package contains an example Wizard implementation using the Wizard framework. 
 

Uses of WizardPanel in com.bws42.wizard
 

Classes in com.bws42.wizard that implement WizardPanel
 class AbstractWizardPanel
          Extend this class to create a panel for a Wizard.
 

Methods in com.bws42.wizard that return WizardPanel
 WizardPanel WizardFactory.getPanel(WizardObject wizObj)
          Returns a panel in the sequence.
 WizardPanel WizardFactory.getStartPanel()
          Returns the starting panel for the wizard.
 

Uses of WizardPanel in com.bws42.wizard.example
 

Classes in com.bws42.wizard.example that implement WizardPanel
 class ExampleWizardPanel
          An example WizardPanel that demonstrates some of the possible uses of a panel within a wizard.
 

Methods in com.bws42.wizard.example that return WizardPanel
 WizardPanel ExampleWizardFactory.getPanel(WizardObject obj)
          Returns the appropriate panel given the Wizard's current position.
 WizardPanel ExampleWizardFactory.getStartPanel()
          Returns the start panel for this wizard.