|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
org.netbeans.spi.wizard |
Uses of WizardPage in org.netbeans.spi.wizard |
---|
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 WizardPage s |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |