Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
W
- WARNING_MESSAGE - Static variable in class org.openide.NotifyDescriptor
-
Message type for warning messages.
- What is New (see all changes)? - Search tag in Overview
- Section
- WizardDescriptor - Class in org.openide
-
Implements a basic "wizard" GUI system.
- WizardDescriptor() - Constructor for class org.openide.WizardDescriptor
-
Constructor for subclasses.
- WizardDescriptor(WizardDescriptor.Iterator<Data>, Data) - Constructor for class org.openide.WizardDescriptor
-
Create wizard for a sequence of panels, passing some settings to the panels.
- WizardDescriptor(WizardDescriptor.Iterator<WizardDescriptor>) - Constructor for class org.openide.WizardDescriptor
-
Create wizard for a sequence of panels, with settings defaulted to
this
. - WizardDescriptor(WizardDescriptor.Panel<Data>[], Data) - Constructor for class org.openide.WizardDescriptor
-
Create a new wizard from a fixed list of panels, passing some settings to the panels.
- WizardDescriptor(WizardDescriptor.Panel<WizardDescriptor>[]) - Constructor for class org.openide.WizardDescriptor
-
Create a new wizard from a fixed list of panels with settings defaulted to
this
. - WizardDescriptor.ArrayIterator<Data> - Class in org.openide
-
Special iterator that works on an array of
Panel
s. - WizardDescriptor.AsynchronousInstantiatingIterator<Data> - Interface in org.openide
-
Iterator for a wizard that needs to somehow instantiate new objects outside ATW queue.
- WizardDescriptor.AsynchronousValidatingPanel<Data> - Interface in org.openide
-
A special interface for panels that need to do additional asynchronous validation when Next or Finish button is clicked.
- WizardDescriptor.BackgroundInstantiatingIterator<Data> - Interface in org.openide
-
Iterator for a wizard that will create new objects after the wizard has been closed.
- WizardDescriptor.ExtendedAsynchronousValidatingPanel<Data> - Interface in org.openide
-
A special interface for panels that need to do additional asynchronous validation when Next or Finish button is clicked.
- WizardDescriptor.FinishablePanel<Data> - Interface in org.openide
-
A special interface for panel that needs to dynamically enabled Finish button.
- WizardDescriptor.FinishPanel<Data> - Interface in org.openide
-
Deprecated.4.28 Use FinishablePanel instead.
- WizardDescriptor.InstantiatingIterator<Data> - Interface in org.openide
-
Iterator for a wizard that needs to somehow instantiate new objects.
- WizardDescriptor.Iterator<Data> - Interface in org.openide
-
Iterator on the sequence of panels.
- WizardDescriptor.Panel<Data> - Interface in org.openide
-
One wizard panel with a component on it.
- WizardDescriptor.ProgressInstantiatingIterator<Data> - Interface in org.openide
-
Iterator for a wizard that wants to notify users while instantiate is running by a progress bar.
- WizardDescriptor.ValidatingPanel<Data> - Interface in org.openide
-
A special interface for panels that need to do additional validation when Next or Finish button is clicked.
- Wizard Descriptor API - Search tag in package org.openide
- Section
- Wizard panel initialization - Search tag in package org.openide
- Section
- Wizard panel properties - Search tag in package org.openide
- Section
- WizardValidationException - Exception Class in org.openide
-
The exception informs about fail in wizard panel validation and provides a localized description what's wrong.
- WizardValidationException(JComponent, String, String) - Constructor for exception class org.openide.WizardValidationException
-
Creates a new exception instance.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form