Skip navigation links
org.openide.dialogs 7.61
A B C D E F G H I M N O P Q R S T U V W Y 

W

WARNING_MESSAGE - Static variable in class org.openide.NotifyDescriptor
Message type for warning messages.
WizardDescriptor - Class in org.openide
Implements a basic "wizard" GUI system.
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(WizardDescriptor.Iterator<Data>, Data) - Constructor for class org.openide.WizardDescriptor
Create wizard for a sequence of panels, passing some settings to the panels.
WizardDescriptor() - Constructor for class org.openide.WizardDescriptor
Constructor for subclasses.
WizardDescriptor(WizardDescriptor.Iterator<WizardDescriptor>) - Constructor for class org.openide.WizardDescriptor
Create wizard for a sequence of panels, with settings defaulted to this.
WizardDescriptor.ArrayIterator<Data> - Class in org.openide
Special iterator that works on an array of Panels.
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.
WizardValidationException - Exception 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 org.openide.WizardValidationException
Creates a new exception instance.
A B C D E F G H I M N O P Q R S T U V W Y 
Skip navigation links
org.openide.dialogs 7.61