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

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

Uses of WizardPage in org.netbeans.spi.wizard
 

Methods in org.netbeans.spi.wizard with parameters of type WizardPage
Modifier and Type Method and Description
static Wizard WizardPage.createWizard(java.lang.String title, WizardPage[] contents)
           
static Wizard WizardPage.createWizard(java.lang.String title, WizardPage[] contents, WizardPage.WizardResultProducer finisher)
           
static Wizard WizardPage.createWizard(WizardPage[] contents)
          Create a simple Wizard from an array of WizardPages, with a no-op WizardResultProducer.
static Wizard WizardPage.createWizard(WizardPage[] contents, WizardPage.WizardResultProducer finisher)
          Create a simple Wizard from an array of WizardPages
 

Constructors in org.netbeans.spi.wizard with parameters of type WizardPage
Constructor and Description
WizardBranchController(WizardPage onlyPage)
          Create a new WizardBranchController using the passed WizardPage as the initial page of the wizard.
WizardBranchController(WizardPage[] pages)
          Create a new WizardBranchController using the passed WizardPage instances as the initial pages of the wizard.