See: Description
| Interface | Description |
|---|---|
| ButtonListener |
The listener interface for receiving button events.
|
| ButtonNames |
An interface to define commonly use button names.
|
| Laziness |
An interface to indicate something can be initialized lazily.
|
| PageListener |
Defines a listener interface which listens for PageEvent.
|
| Class | Description |
|---|---|
| AbstractDialogPage |
AbstractDialogPage is an abstract base class extends AbstractPage.
|
| AbstractPage |
AbstractPage is an abstract base class that provides functionality to defer populating a JPanel object until it is
actually viewed.
|
| BannerPanel |
BannerPanel is a panel that can show title, subtitle and icon with title on top, subtitle on the bottom
and icon on the left. |
| ButtonEvent |
An EventObject used to change the state of any button.
|
| ButtonPanel |
ButtonPanel can help to layout buttons easily in any dialogs. |
| ButtonResources |
Resource class for defines commonly used buttons
|
| DialogPageTreeCellRenderer |
A tree cell renderer for AbstractDialogPage.
|
| JideOptionPane |
JideOptionPane is an enhanced version of JOptionPane. |
| MultiplePageDialog |
MultiplePageDialog is a StandardDialog which can have multiple AbstractDialogPages.
|
| MultiplePageDialogPane |
MultiplePageDialogPane is a StandardDialogPane which can have multiple AbstractDialogPages.
|
| PageEvent |
An
EventObject that adds support for AbstractPage objects as the event source. |
| PageList |
A list of AbstractDialogPage or its subclasses.
|
| ScrollableButtonPanel |
A
ButtonPanel that implements the Scrollable so that it can
be added to a JScrollPane. |
| StandardDialog |
StandardDialog is a dialog template.
|
| StandardDialogPane |
StandardDialogPane is the content pane of StandardDialog.
|