首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc 5.0.0
W-Index (NetBeans Dialogs API) - NetBeans API Javadoc 5.0.0
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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 org.openide.
WizardDescriptor
.
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 org.openide.
WizardDescriptor.ArrayIterator
.
Special iterator that works on an array of
Panel
s.
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 org.openide.
WizardDescriptor.AsynchronousInstantiatingIterator
.
Iterator for a wizard that needs to somehow instantiate new objects outside ATW queue.
WizardDescriptor.AsynchronousValidatingPanel
- interface org.openide.
WizardDescriptor.AsynchronousValidatingPanel
.
A special interface for panels that need to do additional asynchronous validation when Next or Finish button is clicked.
WizardDescriptor.FinishPanel
- interface org.openide.
WizardDescriptor.FinishPanel
.
Deprecated.
4.28 Use FinishablePanel instead.
WizardDescriptor.FinishablePanel
- interface org.openide.
WizardDescriptor.FinishablePanel
.
A special interface for panel that needs to dynamically enabled Finish button.
WizardDescriptor.InstantiatingIterator
- interface org.openide.
WizardDescriptor.InstantiatingIterator
.
Iterator for a wizard that needs to somehow instantiate new objects.
WizardDescriptor.Iterator
- interface org.openide.
WizardDescriptor.Iterator
.
Iterator on the sequence of panels.
WizardDescriptor.Panel
- interface org.openide.
WizardDescriptor.Panel
.
One wizard panel with a component on it.
WizardDescriptor.ValidatingPanel
- interface org.openide.
WizardDescriptor.ValidatingPanel
.
A special interface for panels that need to do additional validation when Next or Finish button is clicked.
WizardValidationException
- exception org.openide.
WizardValidationException
.
The exception informs about fail in wizard panel validation and provides a localized description what's wrong.
WizardValidationException(JComponent, String, String)
- Constructor for class org.openide.
WizardValidationException
Creates a new exception instance.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
N
O
P
Q
R
S
T
U
V
W
Y
Built on May 3 2007. | Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.