Class and Description |
---|
DialogDescriptor
A description of a standard dialog.
|
DialogDisplayer
Permits dialogs to be displayed.
|
NotificationLineSupport
Helper class to simplify handling with error/warning/info messages.
|
NotifyDescriptor
This class provides a description of a user notification to be displayed.
|
NotifyDescriptor.Confirmation
Provides a description of a possible action and requests confirmation from the user before proceeding.
|
WizardDescriptor
Implements a basic "wizard" GUI system.
|
WizardDescriptor.AsynchronousInstantiatingIterator
Iterator for a wizard that needs to somehow instantiate new objects outside ATW queue.
|
WizardDescriptor.AsynchronousValidatingPanel
A special interface for panels that need to do additional
asynchronous validation when Next or Finish button is clicked.
|
WizardDescriptor.InstantiatingIterator
Iterator for a wizard that needs to somehow instantiate new objects.
|
WizardDescriptor.Iterator
Iterator on the sequence of panels.
|
WizardDescriptor.Panel
One wizard panel with a component on it.
|
WizardDescriptor.ValidatingPanel
A special interface for panels that need to do additional
validation when Next or Finish button is clicked.
|
WizardValidationException
The exception informs about fail in wizard panel validation and provides
a localized description what's wrong.
|