|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
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.FinishablePanel | A special interface for panel that needs to dynamically enabled Finish button. |
WizardDescriptor.FinishPanel | Deprecated. 4.28 Use FinishablePanel instead. |
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. |
Class Summary | |
DialogDescriptor | A description of a standard dialog. |
DialogDisplayer | Permits dialogs to be displayed. |
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. |
NotifyDescriptor.Exception | Deprecated. Better to use ErrorManager.notify(int, java.lang.Throwable) |
NotifyDescriptor.InputLine | Notification providing for a line of text input. |
NotifyDescriptor.Message | Provides information about the results of a command. |
WizardDescriptor | Implements a basic "wizard" GUI system. |
WizardDescriptor.ArrayIterator | Special iterator that works on an array of Panel s. |
Exception Summary | |
WizardValidationException | The exception informs about fail in wizard panel validation and provides a localized description what's wrong. |
Miscellaneous general classes, especially the util classes to handle a user notifications, displaying dialogs and wizards.
See DialogDisplayer
and referenced classes for displaying dialogs.
See NotifyDescriptor
which provides
a description of a user notification to be displayed.
WizardDescriptor
is the framework
provides creating and handling dialogs which leads a user step-to-step through task.
See also wizard guidebook
which describes
the set of properties controls the wizard panel's layout.
|
|||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |