Uses of Interface
org.netbeans.spi.wizard.WizardPage.WizardResultProducer

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

Uses of WizardPage.WizardResultProducer in org.netbeans.spi.wizard
 

Fields in org.netbeans.spi.wizard declared as WizardPage.WizardResultProducer
Modifier and Type Field and Description
static WizardPage.WizardResultProducer WizardPage.WizardResultProducer.NO_OP
          A no-op WizardResultProducer that returns null.
 

Methods in org.netbeans.spi.wizard with parameters of type WizardPage.WizardResultProducer
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 WizardPages