Modifier and Type | Class | Description |
---|---|---|
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.
No longer used.
|
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.
|
Modifier and Type | Method | Description |
---|---|---|
abstract Object |
DialogDisplayer.notify(NotifyDescriptor descriptor) |
Notify the user of something in a message box, possibly with feedback.
|
void |
DialogDisplayer.notifyLater(NotifyDescriptor descriptor) |
Notify the user of something in a message box, possibly with feedback,
this method method may be called
from any thread.
|
Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.