Uses of Interface
com.bws42.wizard.WizardFactory

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

Methods in com.bws42.wizard with parameters of type WizardFactory
 void Wizard.setWizardFactory(WizardFactory factory)
          Sets the WizardFactory for the Wizard.
 

Uses of WizardFactory in com.bws42.wizard.example
 

Classes in com.bws42.wizard.example that implement WizardFactory
 class ExampleWizardFactory
          An example WizardFactory that supplies only one panel.