Uses of Class
com.bws42.wizard.WizardObject

Packages that use WizardObject
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 WizardObject in com.bws42.wizard
 

Methods in com.bws42.wizard that return WizardObject
 WizardObject WizardPanel.getWizardObject()
          Gets the wizard data object from the panel.
 

Methods in com.bws42.wizard with parameters of type WizardObject
 void Wizard.displayWizard(WizardObject obj)
          Creates and displays the wizard using the info stored in the WizardObject.
 WizardPanel WizardFactory.getPanel(WizardObject wizObj)
          Returns a panel in the sequence.
 void WizardPanel.setWizardObject(WizardObject data)
          Sets the wizard data object for the panel.
 

Uses of WizardObject in com.bws42.wizard.example
 

Methods in com.bws42.wizard.example that return WizardObject
 WizardObject ExampleWizardPanel.getWizardObject()
          Returns the WizardObject in use by the Wizard.
 

Methods in com.bws42.wizard.example with parameters of type WizardObject
 WizardPanel ExampleWizardFactory.getPanel(WizardObject obj)
          Returns the appropriate panel given the Wizard's current position.
 void ExampleWizardPanel.setWizardObject(WizardObject obj)
          Sets the WizardObject in use by the Wizard.