A B 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).
actionPerformed(ActionEvent) - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
addNotify() - Method in class org.netbeans.modules.wizard.InstructionsPanel
 
addNotify() - Method in class org.netbeans.spi.wizard.WizardPage
 
addProgressComponents(InstructionsPanel) - Method in class org.netbeans.api.wizard.displayer.NavProgress
 
addProgressComponents(InstructionsPanel) - 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).

B

buildButtons(Action) - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
buildStepTitle() - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 

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.
clear() - Method in class org.netbeans.modules.wizard.MergeMap
 
containsKey(Object) - Method in class org.netbeans.modules.wizard.MergeMap
 
containsValue(Object) - Method in class org.netbeans.modules.wizard.MergeMap
 
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.
createDialog() - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
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.
currID() - Method in class org.netbeans.modules.wizard.MergeMap
Get the ID of the current sub-map being written into.

D

DeferredWizardResult - Class in org.netbeans.spi.wizard
Object which can be returned from WizardPage.WizardResultProducer.finish() or WizardPanelProvider.finish().
DeferredWizardResult() - Constructor for class org.netbeans.spi.wizard.DeferredWizardResult
Creates a new instance of DeferredWizardResult which cannot be aborted.
DeferredWizardResult(boolean) - Constructor for class org.netbeans.spi.wizard.DeferredWizardResult
Creates a new instance of DeferredWizardResult which may or may not be able to be aborted.
doLayout() - Method in class org.netbeans.modules.wizard.InstructionsPanel
 

E

entrySet() - Method in class org.netbeans.modules.wizard.MergeMap
 
equals(Object) - Method in class org.netbeans.spi.wizard.Wizard
 

F

failed(String, boolean) - Method in class org.netbeans.api.wizard.displayer.NavProgress
 
failed(String, boolean) - Method in interface org.netbeans.spi.wizard.ResultProgressHandle
Call this method if computation fails.
finish(Map) - Method in class org.netbeans.spi.wizard.Wizard
Called when the user has clicked the finish button.
finish(Map) - Method in interface org.netbeans.spi.wizard.WizardPage.WizardResultProducer
Conclude a wizard, doing whatever the wizard does with the data gathered into the map on the various panels.
finish(Map) - Method in class org.netbeans.spi.wizard.WizardPanelProvider
Instantiate whatever object (if any) the wizard creates from its gathered data.
finished(Object) - Method in class org.netbeans.api.wizard.displayer.NavProgress
 
finished(Object) - Method in interface org.netbeans.api.wizard.WizardResultReceiver
Called when the wizard has been completed, providing whatever object the wizard created as its result.
finished(Object) - Method in interface org.netbeans.spi.wizard.ResultProgressHandle
Call this method when the computation is complete, and pass in the final result of the computation.

G

get(Object) - Method in class org.netbeans.modules.wizard.MergeMap
 
getAccessibleContext() - Method in class org.netbeans.modules.wizard.InstructionsPanel
 
getAllSteps() - Method in class org.netbeans.spi.wizard.Wizard
Get the string IDs of all known steps in this wizard, terminating with UNDETERMINED_STEP if subsequent steps of the wizard depend on the user's interaction beyond that point.
getButtonManager() - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
getButtons() - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
getCancel() - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
getCloseString() - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
getCurrentStep() - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
getCurrentStep() - Method in class org.netbeans.spi.wizard.Wizard
Get the current step the wizard is on, as determined by the most recent call to navigatingTo().
getCurrentWizardPanel() - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
Return the current wizard panel, or null if the currently displayed page is not a WizardPanel.
getDeferredResult() - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
getFactoryViaLookup() - Static method in class org.netbeans.modules.wizard.NbBridge
 
getFinish() - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
getForwardNavigationMode() - Method in class org.netbeans.spi.wizard.Wizard
Get the navigation mode, which determines the enablement state of the Next and Finish buttons.
getHelp() - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
getInstructions() - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
getLocalizedMessage() - Method in exception org.netbeans.spi.wizard.WizardException
 
getLongDescription(String) - Method in class org.netbeans.spi.wizard.Wizard
Get a long description for this panel.
getLongDescription() - Method in class org.netbeans.spi.wizard.WizardPage
Get the long description of this page, which should be used in the title area of the wizard's UI if non-null.
getLongDescription(String) - Method in class org.netbeans.spi.wizard.WizardPanelProvider
This method can optionally be overridden to provide a longer description of a step to be shown in the top of its panel.
getMapKeyFor(Component) - Method in class org.netbeans.spi.wizard.WizardPage
Get the map key that should be used to automatically put the value represented by this component into the wizard data map.
getMinimumSize() - Method in class org.netbeans.modules.wizard.InstructionsPanel
 
getNext() - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
getNextStep() - Method in class org.netbeans.spi.wizard.Wizard
Get the id of the step that comes after current step returned by getCurrentStep().
getOuterPanel() - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
getPanelProviderForStep(String, Map) - Method in class org.netbeans.spi.wizard.WizardBranchController
Override this method to return a WizardPanelProvider representing the steps from here to the final step of the wizard, varying the returned object based on the contents of the map and the step in question.
getParent() - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
getPreferredSize() - Method in class org.netbeans.modules.wizard.InstructionsPanel
 
getPrev() - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
getPreviousStep() - Method in class org.netbeans.spi.wizard.Wizard
Get the id of the preceding step to the current one as returned by getCurrentStep(), or null if the current step is the first page of the wizard.
getProblem() - Method in class org.netbeans.spi.wizard.Wizard
Get the problem string that should be displayed to the user.
getResult() - Method in class org.netbeans.spi.wizard.Summary
Get the object that represents the actual result of whatever the Wizard that created this Summary object computes.
getSettings() - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
getStepDescription(String) - Method in class org.netbeans.spi.wizard.Wizard
Get a localized String description of the step for the passed id, which may be displayed in the UI of the wizard.
getStepToReturnTo() - Method in exception org.netbeans.spi.wizard.WizardException
 
getString(String, Class, String) - Static method in class org.netbeans.modules.wizard.NbBridge
 
getSummaryComponent() - Method in class org.netbeans.spi.wizard.Summary
Get the component that will display the summary information.
getTitle() - Method in class org.netbeans.spi.wizard.Wizard
Get the title of the Wizard that should be displayed in its dialog titlebar (if any).
getTtlLabel() - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
getTtlPanel() - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
getWindow() - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
getWizard() - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
getWizardData(Object) - Method in class org.netbeans.spi.wizard.WizardPage
Retrieve a value stored in the wizard map, which may have been putWizardData there by this panel or any previous panel in the wizard which contains this panel.
getWizardDataKeys() - Method in class org.netbeans.spi.wizard.WizardPage
Returns all of the keys in the wizard data map.
getWizardDataMap() - Method in class org.netbeans.spi.wizard.WizardPage
Get the settings map into which the wizard gathers settings.
getWizardForStep(String, Map) - Method in class org.netbeans.spi.wizard.WizardBranchController
Get the wizard which represents the subsequent panes after this step.
getWizardPanel() - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
getWizardResult() - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 

H

hashCode() - Method in class org.netbeans.spi.wizard.Wizard
 

I

indexOfStep(String) - Method in class org.netbeans.spi.wizard.WizardPanelProvider
Convenience method to get the index into the array of steps passed to the constructor of a specific step id.
initializeNavigation() - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
inNetBeans() - Static method in class org.netbeans.modules.wizard.NbBridge
 
install(Container, Object, Wizard, Action, Map, WizardResultReceiver) - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
install(Container, Object, Wizard, Action, Map, WizardResultReceiver) - Method in class org.netbeans.api.wizard.WizardDisplayer
Instance implementation of installInContainer().
installInContainer(Container, Object, Wizard, Action, Map, WizardResultReceiver) - Static method in class org.netbeans.api.wizard.WizardDisplayer
Install a panel representing a Wizard in a user-supplied container with a user-supplied layout constraint.
InstructionsPanel - Class in org.netbeans.modules.wizard
A panel that displays a background image and optionally instructions from a wizard, tracking the selected panel and showing that in bold.
InstructionsPanel(Wizard) - Constructor for class org.netbeans.modules.wizard.InstructionsPanel
 
InstructionsPanel(BufferedImage, Wizard) - Constructor for class org.netbeans.modules.wizard.InstructionsPanel
 
isBusy() - Method in class org.netbeans.spi.wizard.Wizard
Determine if the wizard is busy doing work in a background thread and all navigation controls should be disabled.
isContainer(Component) - Method in class org.netbeans.spi.wizard.WizardPage.CustomComponentListener
Determine if the passed component is a container whose children may need to be listened on.
isDeferredComputation() - Method in class org.netbeans.spi.wizard.WizardPanelNavResult
 
isEmpty() - Method in class org.netbeans.modules.wizard.MergeMap
 
isInSummary() - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
isOpaque() - Method in class org.netbeans.modules.wizard.InstructionsPanel
 
isRunning() - Method in class org.netbeans.api.wizard.displayer.NavProgress
 
isRunning() - Method in interface org.netbeans.spi.wizard.ResultProgressHandle
Returns true if the computation is still running, i.e., if neither finished or failed have been called.
isUseBusy() - Method in class org.netbeans.spi.wizard.DeferredWizardResult
 

K

keyFor(Component) - Method in class org.netbeans.spi.wizard.WizardPage.CustomComponentListener
Get the map key for this component's value.
keySet() - Method in class org.netbeans.modules.wizard.MergeMap
 

M

MergeMap - Class in org.netbeans.modules.wizard
A map which proxies a collection of sub-maps each of which has a unique id.
MergeMap(String) - Constructor for class org.netbeans.modules.wizard.MergeMap
Creates a new instance of MergeMap
MergeMap(String, Map) - Constructor for class org.netbeans.modules.wizard.MergeMap
Creates a MergeMap with a set of key/value pairs that are always there (they came from a legacy wizard - used for bridging the old NetBeans wizards API and this one - some bridged wizards will have a first panel that gathered some settings using the old APIs framework, and we need to inject them here.
MODE_CAN_CONTINUE - Static variable in class org.netbeans.spi.wizard.Wizard
Constant that can be returned by getForwardNavigationMode() to indicate that the Next button can be enabled (or the Finish button if the current panel is the last one in the wizard).
MODE_CAN_CONTINUE - Static variable in class org.netbeans.spi.wizard.WizardController
Constant that can be passed to setForwardNavigationMode to indicate that the Next button can be enabled if the problem string is null.
MODE_CAN_CONTINUE_OR_FINISH - Static variable in class org.netbeans.spi.wizard.Wizard
Constant that can be returned by getForwardNavigationMode to indicate that both the Finish and Next buttons can be enabled if the problem string is null.
MODE_CAN_CONTINUE_OR_FINISH - Static variable in class org.netbeans.spi.wizard.WizardController
Constant that can be passed to setForwardNavigationMode to indicate that both the Finish and Next buttons can be enabled if the problem string is null.
MODE_CAN_FINISH - Static variable in class org.netbeans.spi.wizard.Wizard
Constant that can be returned by getForwardNavigationMode to indicate that the Finish button can be enabled if the problem string is null.
MODE_CAN_FINISH - Static variable in class org.netbeans.spi.wizard.WizardController
Constant that can be passed to setForwardNavigationMode to indicate that the Finish button can be enabled if the problem string is null.

N

NavButtonManager - Class in org.netbeans.api.wizard.displayer
Manage the button state and interaction with the wizard.
navigabilityChanged(Wizard) - Method in class org.netbeans.modules.wizard.InstructionsPanel
 
navigabilityChanged(Wizard) - Method in interface org.netbeans.spi.wizard.WizardObserver
Called when the enablement of the next/previous/finish buttons change, or the problem text changes.
navigateTo(String) - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
navigatingTo(String, Map) - Method in class org.netbeans.spi.wizard.Wizard
Notify the wizard that the user is navigating to a different panel, as identified by the passed id.
NavProgress - Class in org.netbeans.api.wizard.displayer
Show progress bar for deferred results, with a label showing percent done and progress bar.
NbBridge - Class in org.netbeans.modules.wizard
Non API class for accessing a few things in NetBeans via reflection.
NO_OP - Static variable in interface org.netbeans.spi.wizard.WizardPage.WizardResultProducer
A no-op WizardResultProducer that returns null.

O

org.netbeans.api.wizard - package org.netbeans.api.wizard
 
org.netbeans.api.wizard.displayer - package org.netbeans.api.wizard.displayer
 
org.netbeans.modules.wizard - package org.netbeans.modules.wizard
 
org.netbeans.spi.wizard - package org.netbeans.spi.wizard
 

P

paintComponent(Graphics) - Method in class org.netbeans.modules.wizard.InstructionsPanel
 
popAndCalve() - Method in class org.netbeans.modules.wizard.MergeMap
Remove the current sub-map.
PROCEED - Static variable in class org.netbeans.spi.wizard.WizardPanelNavResult
value for procced to next step in the wizard.
processCancel(ActionEvent, boolean) - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
processClose(ActionEvent) - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
processFinish(ActionEvent) - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
processFinishProceed(Object) - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
processNext() - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
processNextProceed(Object) - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
processPrev() - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
processPrevProceed(Object) - Method in class org.netbeans.api.wizard.displayer.NavButtonManager
 
push(String) - Method in class org.netbeans.modules.wizard.MergeMap
Move to a different ID (meaning add a new named map to proxy which can be calved off if necessary).
put(Object, Object) - Method in class org.netbeans.modules.wizard.MergeMap
 
putAll(Map) - Method in class org.netbeans.modules.wizard.MergeMap
 
putWizardData(Object, Object) - Method in class org.netbeans.spi.wizard.WizardPage
Store a value in response to user interaction with a GUI component.

R

recycle() - Method in class org.netbeans.spi.wizard.WizardPage
Called if the user is navigating into this panel when it has already been displayed at least once - the user has navigated back to this panel, or back past this panel and is now navigating forward again.
recycleExistingPanel(String, WizardController, Map, JComponent) - Method in class org.netbeans.spi.wizard.WizardPanelProvider
The method provides a chance to call setProblem() or setCanFinish() when the user re-navigates to a panel they've already seen - in the case that the user pressed the Previous button and then the Next button.
REMAIN_ON_PAGE - Static variable in class org.netbeans.spi.wizard.WizardPanelNavResult
Value to remain on the current page in the wizard
remove(Object) - Method in class org.netbeans.modules.wizard.MergeMap
 
removeNotify() - Method in class org.netbeans.modules.wizard.InstructionsPanel
 
removeWizardObserver(WizardObserver) - Method in class org.netbeans.spi.wizard.Wizard
Remove a WizardObserver.
renderingPage() - Method in class org.netbeans.spi.wizard.WizardPage
Called whenever the page is rendered.
ResultProgressHandle - Interface in org.netbeans.spi.wizard
A controller for the progress bar shown in the user interface.

S

selectionChanged(Wizard) - Method in class org.netbeans.modules.wizard.InstructionsPanel
 
selectionChanged(Wizard) - Method in interface org.netbeans.spi.wizard.WizardObserver
Called whenever the current step changes.
setBusy(String) - Method in class org.netbeans.api.wizard.displayer.NavProgress
 
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.
setCurrentWizardPanel(JComponent) - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
Set the currently displayed panel.
setDeferredResult(DeferredWizardResult) - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
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.
setInSummary(boolean) - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
setInSummaryPage(boolean) - Method in class org.netbeans.modules.wizard.InstructionsPanel
 
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(String, int, int) - Method in class org.netbeans.api.wizard.displayer.NavProgress
 
setProgress(int, int) - Method in class org.netbeans.api.wizard.displayer.NavProgress
 
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.
setUseBusy(boolean) - Method in class org.netbeans.api.wizard.displayer.NavProgress
 
setUseBusy(boolean) - Method in class org.netbeans.spi.wizard.DeferredWizardResult
Indicate "busy" icon is to be used instead of a progress bar.
setWizardResult(Object) - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
show(Wizard, Rectangle, Action, Map) - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
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()
showInDialog(Rectangle) - Method in class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
 
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
size() - Method in class org.netbeans.modules.wizard.MergeMap
 
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 class org.netbeans.modules.wizard.InstructionsPanel
 
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().

T

toString() - Method in class org.netbeans.modules.wizard.MergeMap
 
toString() - Method in class org.netbeans.spi.wizard.WizardPanelProvider
 

U

UNDETERMINED_STEP - Static variable in class org.netbeans.spi.wizard.Wizard
Special panel ID key indicating a branch point in the wizard, after which the next step(s) are unknown.
useBusy - Variable in class org.netbeans.spi.wizard.DeferredWizardResult
 
userInputReceived(Component, Object) - Method in class org.netbeans.spi.wizard.WizardPage.CustomComponentNotifier
Method which may be called when an event occurred on a custom component.
userInputReceived(Component, Object) - Method in class org.netbeans.spi.wizard.WizardPage
Called when an event is received from one of the components in the panel that indicates user input.

V

validateContents(Component, Object) - Method in class org.netbeans.spi.wizard.WizardPage
Called when user interaction has occurred on a component contained by this panel or one of its children.
valueFor(Component) - Method in class org.netbeans.spi.wizard.WizardPage.CustomComponentListener
Get the value currently set on the passed component.
valueFrom(Component) - Method in class org.netbeans.spi.wizard.WizardPage
Given an ad-hoc swing component, fetch the likely value based on its state.
values() - Method in class org.netbeans.modules.wizard.MergeMap
 
valueTo(Map, Component) - Method in class org.netbeans.spi.wizard.WizardPage
Given an ad-hoc swing component, set the value as the property from the settings.

W

Wizard - Class in org.netbeans.spi.wizard
Encapsulates the logic and state of a Wizard.
WizardBranchController - Class in org.netbeans.spi.wizard
Extend this class to create wizards which have branch points in them - either override getWizardForStep to return one or another a wizard which represents the subsequent steps after a decision point, or override getPanelProviderForStep to provide instances of WizardPanelProvider if there are no subsequent branch points and the continuation is a simple wizard.
WizardBranchController(WizardPanelProvider) - Constructor for class org.netbeans.spi.wizard.WizardBranchController
Create a new WizardBranchController.
WizardBranchController(WizardPage[]) - Constructor for class org.netbeans.spi.wizard.WizardBranchController
Create a new WizardBranchController using the passed WizardPage instances as the initial pages of the wizard.
WizardBranchController(WizardPage) - Constructor for class org.netbeans.spi.wizard.WizardBranchController
Create a new WizardBranchController using the passed WizardPage as the initial page of the wizard.
WizardController - Class in org.netbeans.spi.wizard
Controller which can be used to modify the UI state of a wizard.
wizardDataContainsKey(Object) - Method in class org.netbeans.spi.wizard.WizardPage
Determine if the wizard map contains the requested key.
WizardDisplayer - Class in org.netbeans.api.wizard
Displaying Wizards
WizardDisplayer() - Constructor for class org.netbeans.api.wizard.WizardDisplayer
 
WizardDisplayerImpl - Class in org.netbeans.api.wizard.displayer
Default implementation of WizardDisplayer.
WizardDisplayerImpl() - Constructor for class org.netbeans.api.wizard.displayer.WizardDisplayerImpl
Default constructor used by WizardDisplayer static methods.
WizardException - Exception in org.netbeans.spi.wizard
Some arguments a user enters in a wizard may be too expensive to validate as the user is going through the wizard.
WizardException(String, String) - Constructor for exception org.netbeans.spi.wizard.WizardException
Creates a new instance of WizardException
WizardException(String) - Constructor for exception org.netbeans.spi.wizard.WizardException
 
WizardObserver - Interface in org.netbeans.spi.wizard
Observer which can detect changes in the state of a wizard as the user proceeds.
WizardPage - Class in org.netbeans.spi.wizard
A convenience JPanel subclass that makes it easy to create wizard panels.
WizardPage(String, boolean) - Constructor for class org.netbeans.spi.wizard.WizardPage
Create a WizardPage with the passed description and auto-listening behavior.
WizardPage(String, String, boolean) - Constructor for class org.netbeans.spi.wizard.WizardPage
Construct a new WizardPage with the passed step id and description.
WizardPage(String) - Constructor for class org.netbeans.spi.wizard.WizardPage
Create an auto-listening WizardPage with the passed description
WizardPage(String, String) - Constructor for class org.netbeans.spi.wizard.WizardPage
Create an auto-listening WizardPage with the passed description
WizardPage(boolean) - Constructor for class org.netbeans.spi.wizard.WizardPage
Use this constructor or the default constructor if you intend to pass an array of Class objects to lazily create WizardPanels.
WizardPage() - Constructor for class org.netbeans.spi.wizard.WizardPage
Default constructor.
WizardPage.CustomComponentListener - Class in org.netbeans.spi.wizard
Implement this class if you are using custom Swing or AWT components, and return an instance of it from WizardPage.createCustomComponentListener().
WizardPage.CustomComponentListener() - Constructor for class org.netbeans.spi.wizard.WizardPage.CustomComponentListener
 
WizardPage.CustomComponentNotifier - Class in org.netbeans.spi.wizard
Object which is passed to CustomComponentListener.startListeningTo(), which can be called when an event has occurred on a custom component the CustomComponentListener has claimed (by returning true from its accept() method).
WizardPage.WizardResultProducer - Interface in org.netbeans.spi.wizard
Interface that is passed to WizardPage.createWizard().
WizardPanel - Interface in org.netbeans.spi.wizard
This is an optional interface for panels that want to be notified when the next and back buttons are pressed.
WizardPanelNavResult - Class in org.netbeans.spi.wizard
Result class for the methods in WizardPanel.
WizardPanelNavResult() - Constructor for class org.netbeans.spi.wizard.WizardPanelNavResult
 
WizardPanelProvider - Class in org.netbeans.spi.wizard
(Note: WizardPage offers somewhat simpler functionality for creating a wizard than does WizardPanelProvider; the only advantage of WizardPanelProvider is that it does not require one to subclass a panel component).
WizardPanelProvider(String[], String[]) - Constructor for class org.netbeans.spi.wizard.WizardPanelProvider
Create a WizardPanelProvider.
WizardPanelProvider(String, String[], String[]) - Constructor for class org.netbeans.spi.wizard.WizardPanelProvider
Create a WizardPanelProvider with the provided title, steps and descriptions.
WizardPanelProvider(String, String, String) - Constructor for class org.netbeans.spi.wizard.WizardPanelProvider
Convenience constructor to create a WizardPanelProvider which has only one step to it.
WizardResultReceiver - Interface in org.netbeans.api.wizard
Object which is called when the wizard is completed or cancelled.

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