Package com.bws42.wizard

This package contains all the source files for the Wizard.

See:
          Description

Interface Summary
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.
WizardPanel Implement this class to create a panel for a Wizard.
 

Class Summary
AbstractWizardPanel Extend this class to create a panel for a Wizard.
LanguageLoader Allows for loading of different languages for the strings of a program.
Wizard Central class of the Wizard.
WizardObject The data object for the Wizard.
 

Exception Summary
WizardException Simple exception used by the Wizard.
 

Package com.bws42.wizard Description

This package contains all the source files for the Wizard. It contains all the necessary icons and translation files to display the Wizard in several languages. It is easily used as demonstrated by the Example Wizard found in the com.bws42.wizard.example package.