|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NotifyDescriptor in org.openide |
Subclasses of NotifyDescriptor in org.openide | |
class |
DialogDescriptor
A description of a standard dialog. |
static class |
NotifyDescriptor.Confirmation
Provides a description of a possible action and requests confirmation from the user before proceeding. |
static class |
NotifyDescriptor.Exception
Deprecated. Better to use ErrorManager.notify(int, java.lang.Throwable) |
static class |
NotifyDescriptor.InputLine
Notification providing for a line of text input. |
static class |
NotifyDescriptor.Message
Provides information about the results of a command. |
class |
WizardDescriptor
Implements a basic "wizard" GUI system. |
Methods in org.openide with parameters of type NotifyDescriptor | |
abstract Object |
DialogDisplayer.notify(NotifyDescriptor descriptor)
Notify the user of something in a message box, possibly with feedback. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |