首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
NetBeans API Javadoc (Current Development Version)
N-Index (Dialogs API) - NetBeans API Javadoc (Current Development Version)
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.openide.dialogs 7.4
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
N
name()
- Method in class org.openide.
WizardDescriptor.ArrayIterator
name()
- Method in interface org.openide.
WizardDescriptor.Iterator
Get the name of the current panel.
NEXT_OPTION
- Static variable in class org.openide.
WizardDescriptor
"Next" button option.
nextPanel()
- Method in class org.openide.
WizardDescriptor.ArrayIterator
nextPanel()
- Method in interface org.openide.
WizardDescriptor.Iterator
Move to the next panel.
NO_OPTION
- Static variable in class org.openide.
NotifyDescriptor
Return value if NO is chosen.
notify(NotifyDescriptor)
- Method in class org.openide.
DialogDisplayer
Notify the user of something in a message box, possibly with feedback.
NotifyDescriptor
- Class in
org.openide
This class provides a description of a user notification to be displayed.
NotifyDescriptor(Object, String, int, int, Object[], Object)
- Constructor for class org.openide.
NotifyDescriptor
Creates a new notify descriptor with specified information to report.
NotifyDescriptor.Confirmation
- Class in
org.openide
Provides a description of a possible action and requests confirmation from the user before proceeding.
NotifyDescriptor.Confirmation(Object)
- Constructor for class org.openide.
NotifyDescriptor.Confirmation
Create a yes/no/cancel question with default title.
NotifyDescriptor.Confirmation(Object, String)
- Constructor for class org.openide.
NotifyDescriptor.Confirmation
Create a yes/no/cancel question.
NotifyDescriptor.Confirmation(Object, int)
- Constructor for class org.openide.
NotifyDescriptor.Confirmation
Create a question with default title.
NotifyDescriptor.Confirmation(Object, String, int)
- Constructor for class org.openide.
NotifyDescriptor.Confirmation
Create a question.
NotifyDescriptor.Confirmation(Object, int, int)
- Constructor for class org.openide.
NotifyDescriptor.Confirmation
Create a confirmation with default title.
NotifyDescriptor.Confirmation(Object, String, int, int)
- Constructor for class org.openide.
NotifyDescriptor.Confirmation
Create a confirmation.
NotifyDescriptor.Exception
- Class in
org.openide
Provides a description of an exception that occurred during execution of the IDE.
NotifyDescriptor.Exception(Throwable)
- Constructor for class org.openide.
NotifyDescriptor.Exception
Create an exception report with default message.
NotifyDescriptor.Exception(Throwable, Object)
- Constructor for class org.openide.
NotifyDescriptor.Exception
Create an exception report.
NotifyDescriptor.InputLine
- Class in
org.openide
Notification providing for a line of text input.
NotifyDescriptor.InputLine(String, String)
- Constructor for class org.openide.
NotifyDescriptor.InputLine
Construct dialog with the specified title and label text.
NotifyDescriptor.InputLine(String, String, int, int)
- Constructor for class org.openide.
NotifyDescriptor.InputLine
Construct dialog with the specified title, label text, option and message types.
NotifyDescriptor.Message
- Class in
org.openide
Provides information about the results of a command.
NotifyDescriptor.Message(Object)
- Constructor for class org.openide.
NotifyDescriptor.Message
Create an informational report about the results of a command.
NotifyDescriptor.Message(Object, int)
- Constructor for class org.openide.
NotifyDescriptor.Message
Create a report about the results of a command.
notifyLater(NotifyDescriptor)
- Method in class org.openide.
DialogDisplayer
Notify the user of something in a message box, possibly with feedback, this method method may be called from any thread.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
org.openide.dialogs 7.4
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 28 2007. | Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.