Uses of Class
org.glite.gpbox.gui.wizard.Wizard

Packages that use Wizard
org.glite.gpbox.gui.wizard   
 

Uses of Wizard in org.glite.gpbox.gui.wizard
 

Methods in org.glite.gpbox.gui.wizard that return Wizard
 Wizard WizardPanelDescriptor.getWizard()
          Returns a reference to the Wizard component.
 

Constructors in org.glite.gpbox.gui.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.