站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

W-Index (Dialogs API) - NetBeans API Javadoc (Current Development Version)

org.openide.dialogs 7.4
A B C D E F G H I 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.ArrayIterator() - Constructor for class org.openide.WizardDescriptor.ArrayIterator
 
WizardDescriptor.ArrayIterator(WizardDescriptor.Panel<Data>[]) - Constructor for class org.openide.WizardDescriptor.ArrayIterator
Construct an iterator.
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.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.

org.openide.dialogs 7.4
A B C D E F G H I N O P Q R S T U V W Y
Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.