Uses of Interface
com.bws42.wizard.Multilingual

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

Subinterfaces of Multilingual in com.bws42.wizard
 interface WizardFactory
          Classes implementing this interface are responsible for providing the wizard with the correct next/previous panel given the information stored in the WizardObject.
 interface WizardPanel
          Implement this class to create a panel for a Wizard.
 

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

Uses of Multilingual in com.bws42.wizard.example
 

Classes in com.bws42.wizard.example that implement Multilingual
 class ExampleWizardFactory
          An example WizardFactory that supplies only one panel.
 class ExampleWizardPanel
          An example WizardPanel that demonstrates some of the possible uses of a panel within a wizard.