- 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.Exception - Class in org.openide
-
- NotifyDescriptor.InputLine - Class in org.openide
-
Notification providing for a line of text input.
- NotifyDescriptor.Message - Class in org.openide
-
Provides information 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.