|
Class Summary |
| AbstractDialogPage |
A convenience implementation of the DialogPage interface. |
| AlertMessageAreaPane |
MessagePane implementation used by MessageDialog. |
| ApplicationDialog |
Abstract Base Class for a dialog with standard layout, buttons, and behavior. |
| CloseAction |
Forces calls to constructor to have greater clarity, by using a type-safe
enumeration instead of integers. |
| CompositeDialogPage |
An implementation of the DialogPage interface that collects a
group of dialog pages together so that they can be used in place of a single
DialogPage |
| ConfirmationDialog |
Dialog for asking confirmation to the user. |
| DefaultMessageAreaModel |
A concrete implementation of the Messagable interface. |
| DefaultMessageAreaPane |
|
| FormBackedDialogPage |
An implementation of DialogPage that delegates to a FormPage for its control,
pageComplete status and messages. |
| InputApplicationDialog |
Simple input application dialog consisting of a label and a text field for
accepting input. |
| MessageDialog |
Dialog for showing an message to the user. |
| TabbedDialogPage |
A concrete implementation of CompositeDialogPage that presents
the child pages in a JTabbedPane. |
| TitledApplicationDialog |
|
| TitledPageApplicationDialog |
A TitledApplicationDialog that delegates to a single DialogPage for its
title, content and messages. |
| TitledWidgetApplicationDialog |
Allows to create an applicationDialog in which a given widget can be shown |
| TitlePane |
A container class that that has a title area for displaying a title and an
image as well as a common area for displaying a description, a message, or an
error message. |
| TreeCompositeDialogPage |
A concrete implementation of CompositeDialogPage that presents
the child pages in a tree on the left, and the pages itself on the right. |