|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Package | Description |
---|---|
org.netbeans.spi.wizard |
Uses of WizardPage.WizardResultProducer in org.netbeans.spi.wizard |
---|
Modifier and Type | Field and Description |
---|---|
static WizardPage.WizardResultProducer |
WizardPage.WizardResultProducer.NO_OP
A no-op WizardResultProducer that returns null. |
Modifier and Type | Method and Description |
---|---|
static Wizard |
WizardPage.createWizard(java.lang.Class[] wizardPageClasses,
WizardPage.WizardResultProducer finisher)
Create simple Wizard from an array of classes, each of which is a unique subclass of WizardPage. |
static Wizard |
WizardPage.createWizard(java.lang.String title,
java.lang.Class[] wizardPageClasses,
WizardPage.WizardResultProducer finisher)
Create simple Wizard from an array of classes, each of which is a unique subclass of WizardPage. |
static Wizard |
WizardPage.createWizard(java.lang.String title,
WizardPage[] contents,
WizardPage.WizardResultProducer finisher)
|
static Wizard |
WizardPage.createWizard(WizardPage[] contents,
WizardPage.WizardResultProducer finisher)
Create a simple Wizard from an array of WizardPage s |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |