A C D E F G H I K M N O P R S T U V W

A

abort() - Method in class org.netbeans.spi.wizard.DeferredWizardResult
Abort computation of the result.
accept(Component) - Method in class org.netbeans.spi.wizard.WizardPage.CustomComponentListener
Indicates that this CustomComponentListener will take responsibility for noticing events from the passed component, and that the WizardPage should not try to automatically listen on it (which it can only do for standard Swing components and their children).
addNotify() - Method in class org.netbeans.spi.wizard.WizardPage
 
addProgressComponents(Container) - Method in interface org.netbeans.spi.wizard.ResultProgressHandle
Add the component to show for the progress display to the instructions panel.
addWizardObserver(WizardObserver) - Method in class org.netbeans.spi.wizard.Wizard
Add a WizardObserver that will be notified of navigability and step changes.
allowBack(String, Map, Wizard) - Method in class org.netbeans.spi.wizard.WizardPage
 
allowBack(String, Map, Wizard) - Method in interface org.netbeans.spi.wizard.WizardPanel
This method is invoked when the "back" button has been pushed, to discard any data from the setings that will not been needed and for which the normal "just hide that data" is not the desired behavior.
allowFinish(String, Map, Wizard) - Method in class org.netbeans.spi.wizard.WizardPage
 
allowFinish(String, Map, Wizard) - Method in interface org.netbeans.spi.wizard.WizardPanel
This method is invoked when the "finish" button has been pushed, to allow veto of the finish action BEFORE the wizard finish method is invoked.
allowNext(String, Map, Wizard) - Method in class org.netbeans.spi.wizard.WizardPage
 
allowNext(String, Map, Wizard) - Method in interface org.netbeans.spi.wizard.WizardPanel
This method is invoked when the "next" button has been pushed, to do a final validation of input (such as doing a database login).

A C D E F G H I K M N O P R S T U V W