- 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.
- NotificationLineSupport - Class in org.openide
-
Helper class to simplify handling with error/warning/info messages.
- 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
-
- 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 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.