Uses of Class
com.bws42.wizard.LanguageLoader

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

Methods in com.bws42.wizard with parameters of type LanguageLoader
 void AbstractWizardPanel.setLanguageLoader(LanguageLoader lang)
          Sets the new language loader and tells the subclass that a new LanguageLoader has been installed.
 void Multilingual.setLanguageLoader(LanguageLoader lang)
          Sets the LanguageLoader that will be in use.
 void WizardPanel.setLanguageLoader(LanguageLoader lang)
          Sets the new language loader.
 

Uses of LanguageLoader in com.bws42.wizard.example
 

Methods in com.bws42.wizard.example with parameters of type LanguageLoader
 void ExampleWizardFactory.setLanguageLoader(LanguageLoader lang)
          This method allows your program to change the language of all the panels in the wizard.