- CANCEL_OPTION - Static variable in class org.openide.NotifyDescriptor
-
Return value if CANCEL is chosen.
- clearMessages() - Method in class org.openide.NotificationLineSupport
-
Clears messages.
- CLOSED_OPTION - Static variable in class org.openide.NotifyDescriptor
-
Return value if user closes the window without pressing any button.
- ComposedInput(String, int, NotifyDescriptor.ComposedInput.Callback) - Constructor for class org.openide.NotifyDescriptor.ComposedInput
-
Construct dialog with the specified title and chained inputs.
- Confirmation(Object) - Constructor for class org.openide.NotifyDescriptor.Confirmation
-
Create a yes/no/cancel question with default title.
- Confirmation(Object, String) - Constructor for class org.openide.NotifyDescriptor.Confirmation
-
Create a yes/no/cancel question.
- Confirmation(Object, int) - Constructor for class org.openide.NotifyDescriptor.Confirmation
-
Create a question with default title.
- Confirmation(Object, String, int) - Constructor for class org.openide.NotifyDescriptor.Confirmation
-
Create a question.
- Confirmation(Object, int, int) - Constructor for class org.openide.NotifyDescriptor.Confirmation
-
Create a confirmation with default title.
- Confirmation(Object, String, int, int) - Constructor for class org.openide.NotifyDescriptor.Confirmation
-
Create a confirmation.
- createDesign(String) - Method in class org.openide.NotifyDescriptor.InputLine
-
Make a component representing the input line.
- createDialog(DialogDescriptor) - Method in class org.openide.DialogDisplayer
-
Get a new standard dialog.
- createDialog(DialogDescriptor, Frame) - Method in class org.openide.DialogDisplayer
-
Same as #createDialog(org.openide.DialogDescriptor) except that it's possible
to specify dialog's parent Frame window.
- createInput(NotifyDescriptor.ComposedInput, int) - Method in interface org.openide.NotifyDescriptor.ComposedInput.Callback
-
Lazy creates chained input of the given ordinal.
- createInput(int) - Method in class org.openide.NotifyDescriptor.ComposedInput
-
Lazy creates chained input of the given ordinal.
- createNotificationLineSupport() - Method in class org.openide.NotifyDescriptor
-
Create
NotificationLineSupport
if you want to notify users
using info/warning/error messages in designed line at the bottom
of your dialog.
- current() - Method in class org.openide.WizardDescriptor.ArrayIterator
-
- current() - Method in interface org.openide.WizardDescriptor.Iterator
-
Get the current panel.