Uses of Class
org.netbeans.spi.wizard.WizardPanelProvider

Packages that use WizardPanelProvider
Package Description
org.netbeans.spi.wizard   
 

Uses of WizardPanelProvider in org.netbeans.spi.wizard
 

Methods in org.netbeans.spi.wizard that return WizardPanelProvider
Modifier and Type Method and Description
protected  WizardPanelProvider WizardBranchController.getPanelProviderForStep(java.lang.String step, java.util.Map settings)
          Override this method to return a WizardPanelProvider representing the steps from here to the final step of the wizard, varying the returned object based on the contents of the map and the step in question.
 

Constructors in org.netbeans.spi.wizard with parameters of type WizardPanelProvider
Constructor and Description
WizardBranchController(WizardPanelProvider base)
          Create a new WizardBranchController.