Uses of Package
com.bws42.wizard

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

Classes in com.bws42.wizard used by com.bws42.wizard
LanguageLoader
          Allows for loading of different languages for the strings of a program.
Multilingual
          Allows for programs to be multilingual.
WizardException
          Simple exception used by the Wizard.
WizardFactory
          Classes implementing this interface are responsible for providing the wizard with the correct next/previous panel given the information stored in the WizardObject.
WizardObject
          The data object for the Wizard.
WizardPanel
          Implement this class to create a panel for a Wizard.
 

Classes in com.bws42.wizard used by com.bws42.wizard.example
AbstractWizardPanel
          Extend this class to create a panel for a Wizard.
LanguageLoader
          Allows for loading of different languages for the strings of a program.
Multilingual
          Allows for programs to be multilingual.
WizardFactory
          Classes implementing this interface are responsible for providing the wizard with the correct next/previous panel given the information stored in the WizardObject.
WizardObject
          The data object for the Wizard.
WizardPanel
          Implement this class to create a panel for a Wizard.