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

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

Uses of WizardException in org.netbeans.spi.wizard
 

Methods in org.netbeans.spi.wizard that throw WizardException
Modifier and Type Method and Description
protected  java.lang.Object WizardPanelProvider.finish(java.util.Map settings)
          Instantiate whatever object (if any) the wizard creates from its gathered data.
 java.lang.Object WizardPage.WizardResultProducer.finish(java.util.Map wizardData)
          Conclude a wizard, doing whatever the wizard does with the data gathered into the map on the various panels.
 java.lang.Object Wizard.finish(java.util.Map settings)
          Called when the user has clicked the finish button.