Modifier and Type | Class and Description |
---|---|
class |
DialogDescriptor
A description of a standard dialog.
|
static class |
NotifyDescriptor.ComposedInput
Notification providing a composed input of multiple chained selection lists and/or input lines.
|
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. Try
Exceptions . |
static class |
NotifyDescriptor.InputLine
Notification providing for a line of text input.
|
static class |
NotifyDescriptor.Message
Provides information about the results of a command.
|
static class |
NotifyDescriptor.PasswordLine
Notification providing a password input.
|
static class |
NotifyDescriptor.QuickPick
Notification providing a selection list allowing multiple selections.
|
class |
WizardDescriptor
Implements a basic "wizard" GUI system.
|
Modifier and Type | Method and Description |
---|---|
NotifyDescriptor |
NotifyDescriptor.ComposedInput.createInput(int number)
Lazy creates chained input of the given ordinal.
|
NotifyDescriptor |
NotifyDescriptor.ComposedInput.Callback.createInput(NotifyDescriptor.ComposedInput input,
int number)
Lazy creates chained input of the given ordinal.
|
NotifyDescriptor[] |
NotifyDescriptor.ComposedInput.getInputs()
Returns all created chained inputs.
|
Modifier and Type | Method and 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 may be called
from any thread.
|