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

W-Index (NetBeans Dialogs API) - NetBeans API Javadoc 5.5.0

org.openide.dialogs 6.5.22
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[], Object) - 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[]) - Constructor for class org.openide.WizardDescriptor
Create a new wizard from a fixed list of panels with settings defaulted to this.
WizardDescriptor(WizardDescriptor.Iterator, Object) - Constructor for class org.openide.WizardDescriptor
Create wizard for a sequence of panels, passing some settings to the panels.
WizardDescriptor(WizardDescriptor.Iterator) - Constructor for class org.openide.WizardDescriptor
Create wizard for a sequence of panels, with settings defaulted to this.
WizardDescriptor.ArrayIterator - 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[]) - Constructor for class org.openide.WizardDescriptor.ArrayIterator
Construct an iterator.
WizardDescriptor.AsynchronousInstantiatingIterator - Interface in org.openide
Iterator for a wizard that needs to somehow instantiate new objects outside ATW queue.
WizardDescriptor.AsynchronousValidatingPanel - 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 - Interface in org.openide
A special interface for panel that needs to dynamically enabled Finish button.
WizardDescriptor.FinishPanel - Interface in org.openide
Deprecated. 4.28 Use FinishablePanel instead.
WizardDescriptor.InstantiatingIterator - Interface in org.openide
Iterator for a wizard that needs to somehow instantiate new objects.
WizardDescriptor.Iterator - Interface in org.openide
Iterator on the sequence of panels.
WizardDescriptor.Panel - Interface in org.openide
One wizard panel with a component on it.
WizardDescriptor.ValidatingPanel - 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 6.5.22
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-2005 Sun Microsystems, Inc. All rights reserved.