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

Packages that use WizardPanelDescriptor
org.glite.gpbox.gui.wizard   
org.glite.gpbox.gui.wizard.newpolicy   
 

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

Methods in org.glite.gpbox.gui.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 org.glite.gpbox.gui.wizard.newpolicy
 

Subclasses of WizardPanelDescriptor in org.glite.gpbox.gui.wizard.newpolicy
 class FinalPanelWizardDescriptor
           
 class IntroductionWizardPanelDescriptor
           
 class PolicyDistributionWizardPanelDescriptor
           
 class TestPanel1Descriptor
           
 class TestPanel2Descriptor
           
 class TestPanel3Descriptor
           
 class XACMLActionChooserWizardPanelDescriptor
           
 class XACMLResourceChooserWizardPanelDescriptor
           
 class XACMLSubjectChooserWizardPanelDescriptor