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

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
 
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(boolean) - Constructor for class org.netbeans.spi.wizard.WizardPanelNavResult
 
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 C D E F G H I K M N O P R S T U V W