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

N-Index (NetBeans Dialogs API) - NetBeans API Javadoc 5.0.0

 
A B C D E F G H I N O P Q R S T U V W Y

N

NEXT_OPTION - Static variable in class org.openide.WizardDescriptor
"Next" button option.
NO_OPTION - Static variable in class org.openide.NotifyDescriptor
Return value if NO is chosen.
NotifyDescriptor - class org.openide.NotifyDescriptor.
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 org.openide.NotifyDescriptor.Confirmation.
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 org.openide.NotifyDescriptor.Exception.
Deprecated. Better to use ErrorManager.notify(int, java.lang.Throwable)
NotifyDescriptor.Exception(Throwable) - Constructor for class org.openide.NotifyDescriptor.Exception
Deprecated. Create an exception report with default message.
NotifyDescriptor.Exception(Throwable, Object) - Constructor for class org.openide.NotifyDescriptor.Exception
Deprecated. Create an exception report.
NotifyDescriptor.InputLine - class org.openide.NotifyDescriptor.InputLine.
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 org.openide.NotifyDescriptor.Message.
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.
name() - Method in class org.openide.WizardDescriptor.ArrayIterator
 
name() - Method in interface org.openide.WizardDescriptor.Iterator
Get the name of the current panel.
nextPanel() - Method in class org.openide.WizardDescriptor.ArrayIterator
 
nextPanel() - Method in interface org.openide.WizardDescriptor.Iterator
Move to the next panel.
notify(NotifyDescriptor) - Method in class org.openide.DialogDisplayer
Notify the user of something in a message box, possibly with feedback.

 
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.