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

C

canAbort() - Method in class org.netbeans.spi.wizard.DeferredWizardResult
If true, the background thread can be aborted.
cancel(Map) - Method in class org.netbeans.spi.wizard.Wizard
Called when the user has clicked the Cancel button in the wizard UI or otherwise closed the UI component without completing the wizard.
cancel(Map) - Method in interface org.netbeans.spi.wizard.WizardPage.WizardResultProducer
Called when the user presses the cancel button.
cancel(Map) - Method in class org.netbeans.spi.wizard.WizardPanelProvider
Called if the user invokes cancel.
cancelled(Map) - Method in interface org.netbeans.api.wizard.WizardResultReceiver
Called when the wizard has been cancelled.
create(String[], Object) - Static method in class org.netbeans.spi.wizard.Summary
Create a Summary object that will display the passed Strings in a JList or similar.
create(Component, Object) - Static method in class org.netbeans.spi.wizard.Summary
Create a Summary object that will display the passed component.
create(String, Object) - Static method in class org.netbeans.spi.wizard.Summary
Create a Summary object which will display the passed String in a text component of some sort.
createCustomComponentListener() - Method in class org.netbeans.spi.wizard.WizardPage
If you are using custom Swing or AWT components which the WizardPage will not know how to automatically listen to, you may want to override this method, implement CustomComponentListener and return an instance of it.
createPanel(WizardController, String, Map) - Method in class org.netbeans.spi.wizard.WizardPanelProvider
Create a panel that represents a named step in the wizard.
createWizard() - Method in class org.netbeans.spi.wizard.WizardBranchController
Create a Wizard to represent this branch controller.
createWizard(WizardPage[], WizardPage.WizardResultProducer) - Static method in class org.netbeans.spi.wizard.WizardPage
Create a simple Wizard from an array of WizardPages
createWizard(String, WizardPage[], WizardPage.WizardResultProducer) - Static method in class org.netbeans.spi.wizard.WizardPage
 
createWizard(String, WizardPage[]) - Static method in class org.netbeans.spi.wizard.WizardPage
 
createWizard(WizardPage[]) - Static method in class org.netbeans.spi.wizard.WizardPage
Create a simple Wizard from an array of WizardPages, with a no-op WizardResultProducer.
createWizard(Class[], WizardPage.WizardResultProducer) - Static method in class org.netbeans.spi.wizard.WizardPage
Create simple Wizard from an array of classes, each of which is a unique subclass of WizardPage.
createWizard(String, Class[], WizardPage.WizardResultProducer) - Static method in class org.netbeans.spi.wizard.WizardPage
Create simple Wizard from an array of classes, each of which is a unique subclass of WizardPage.
createWizard(String, Class[]) - Static method in class org.netbeans.spi.wizard.WizardPage
Create simple Wizard from an array of classes, each of which is a unique subclass of WizardPage.
createWizard(Class[]) - Static method in class org.netbeans.spi.wizard.WizardPage
Create a simple Wizard from an array of classes, each of which is a unique subclass of WizardPage, with a no-op WizardResultProducer.
createWizard() - Method in class org.netbeans.spi.wizard.WizardPanelProvider
Create a Wizard for this PanelProvider.

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