Uses of Class
gdl.components.wizard.Wizard

Packages that use Wizard
gdl.components.wizard This package contains several classes to control wizards. 
 

Uses of Wizard in gdl.components.wizard
 

Methods in gdl.components.wizard that return Wizard
 Wizard WizardPanelDescriptor.getWizard()
          Returns a reference to the Wizard component.
 

Constructors in gdl.components.wizard with parameters of type Wizard
WizardController(Wizard w)
          This constructor accepts a reference to the Wizard component that created it, which it uses to update the button components and access the WizardModel.