Methods in org.netbeans.spi.wizard that throw WizardException
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. |