Uses of Class
gdl.components.wizard.WizardPanelDescriptor

Packages that use WizardPanelDescriptor
gdl.components.wizard This package contains several classes to control wizards. 
gdl.wizard Contains panels and panel descriptors used for the loading wizard of the Graph Explorer. 
 

Uses of WizardPanelDescriptor in gdl.components.wizard
 

Methods in gdl.components.wizard with parameters of type WizardPanelDescriptor
 void Wizard.registerWizardPanel(java.lang.Object id, WizardPanelDescriptor panel)
          Add a Component as a panel for the wizard dialog by registering its WizardPanelDescriptor object.
 

Uses of WizardPanelDescriptor in gdl.wizard
 

Subclasses of WizardPanelDescriptor in gdl.wizard
 class WizardPanelFileChooserDescriptor
          The descriptor class of the FileChooser panel, specifying its "neybors" in the wizard, and an identifier
 class WizardPanelProgressDescriptor
          The descriptor class of the progress panel, specifying its "neybors" in the wizard, and an identifier.
 class WizardPanelTagConfigurationDescriptor
          The descriptor class of the tag configuration panel, specifying its "neybors" in the wizard, and an identifier.