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

S

selectionChanged(Wizard) - Method in interface org.netbeans.spi.wizard.WizardObserver
Called whenever the current step changes.
setBusy(String) - Method in interface org.netbeans.spi.wizard.ResultProgressHandle
Set the status as "busy" - a rotating icon will be displayed instead of a percent complete progress bar.
setBusy(boolean) - Method in class org.netbeans.spi.wizard.WizardController
Indicate that some sort of background process is happening (presumably a progress bar is being shown to the user) which cannot be interrupted.
setBusy(boolean) - Method in class org.netbeans.spi.wizard.WizardPage
Disable all navigation.
setForwardNavigationMode(int) - Method in class org.netbeans.spi.wizard.WizardController
Set the forward navigation mode.
setForwardNavigationMode(int) - Method in class org.netbeans.spi.wizard.WizardPage
Set whether the finish, next or both buttons should be enabled, assuming no problem string is set.
setLongDescription(String) - Method in class org.netbeans.spi.wizard.WizardPage
Set the long description of this page.
setProblem(String) - Method in class org.netbeans.spi.wizard.WizardController
Indicate that there is a problem with what the user has (or has not) input, such that the Next/Finish buttons should be disabled until the user has made some change.
setProblem(String) - Method in class org.netbeans.spi.wizard.WizardPage
Set the problem string.
setProgress(int, int) - Method in interface org.netbeans.spi.wizard.ResultProgressHandle
Set the current position and total number of steps.
setProgress(String, int, int) - Method in interface org.netbeans.spi.wizard.ResultProgressHandle
Set the current position and total number of steps, and description of what the computation is doing.
show(Wizard, Rectangle, Action, Map) - Method in class org.netbeans.api.wizard.WizardDisplayer
Show a wizard.
show() - Method in class org.netbeans.spi.wizard.Wizard
Delegates to WizardDisplayer.showWizard()
show(Wizard, Action) - Method in class org.netbeans.spi.wizard.Wizard
Delegates to WizardDisplayer.showWizard()
show(Wizard, Rectangle) - Method in class org.netbeans.spi.wizard.Wizard
Delegates to WizardDisplayer.showWizard()
show(Wizard, Rectangle, Action) - Method in class org.netbeans.spi.wizard.Wizard
Delegates to WizardDisplayer.showWizard()
showWizard(Wizard, Rectangle, Action, Map) - Static method in class org.netbeans.api.wizard.WizardDisplayer
Display a wizard in a dialog, using the default implementation of WizardDisplayer.
showWizard(Wizard) - Static method in class org.netbeans.api.wizard.WizardDisplayer
Show a wizard with default window placement and no Help button
showWizard(Wizard, Action) - Static method in class org.netbeans.api.wizard.WizardDisplayer
Show a wizard with default window placement, showing the help button, which will invoke the passed action.
showWizard(Wizard, Rectangle) - Static method in class org.netbeans.api.wizard.WizardDisplayer
Show a wizard in the passed location on screen with no help button
start(Map, ResultProgressHandle) - Method in class org.netbeans.spi.wizard.DeferredWizardResult
Begin computing the result.
startListeningTo(Component, WizardPage.CustomComponentNotifier) - Method in class org.netbeans.spi.wizard.WizardPage.CustomComponentListener
Begin listening for events on the component.
stepsChanged(Wizard) - Method in interface org.netbeans.spi.wizard.WizardObserver
Called when the number or names of the steps of the wizard changes (for example, the user made a choice in one pane which affects the flow of subsequent steps).
stopListeningTo(Component) - Method in class org.netbeans.spi.wizard.WizardPage.CustomComponentListener
Stop listening for events on a component.
Summary - Class in org.netbeans.spi.wizard
Object which may be returned from WizardPage.WizardResultProducer.finish() or WizardPanelProvider.finish(), or passed to DeferredWizardResult.ResultProgressHandle.finish().

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