|
Class Summary |
| ComponentDialog |
A base class for custom dialog windows. |
| DateChooserDialog |
A dialog window that displays a DateChooser. |
| DialogSet |
This class is the Kiwi analogy to the Swing JOptionPane. |
| DirectorySelectorDialog |
This class represents a directory selector. |
| ItemChooserDialog |
A dialog that presents a list of items, one of which must be selected
before the dialog may be dismissed. |
| KDialog |
KDialog is a trivial extension of JDialog
that provides support for tiling the background of the dialog with an
image and for firing dismissal events. |
| KInputDialog |
This class represents a Kiwi input dialog. |
| KMessageDialog |
This class represents a Kiwi message dialog. |
| KQuestionDialog |
This class represents a Kiwi question dialog. |
| LoginDialog |
A general-purpose login dialog. |
| ProgressDialog |
A simple dialog with a message and progress meter, for use when a
non-interruptible, lengthy task is being performed. |
| PropertyEditorDialog |
This class represents a property editor. |
| WizardDialog |
This class displays a WizardView in a dialog window, and
fires an appropriate DialogDismissEvent when the view's
Finish or Cancel button is pressed. |