| Package | Description |
|---|---|
| com.jidesoft.dialog |
The package contains classes related to JDialog for JIDE Common Layer.
|
| Class and 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.
|
| ButtonEvent
An EventObject used to change the state of any button.
|
| ButtonListener
The listener interface for receiving button events.
|
| ButtonNames
An interface to define commonly use button names.
|
ButtonPanel
ButtonPanel can help to layout buttons easily in any dialogs. |
| Laziness
An interface to indicate something can be initialized lazily.
|
| PageEvent
An
EventObject that adds support for AbstractPage objects as the event source. |
| PageList
A list of AbstractDialogPage or its subclasses.
|
| PageListener
Defines a listener interface which listens for PageEvent.
|
| StandardDialog
StandardDialog is a dialog template.
|
| StandardDialogPane
StandardDialogPane is the content pane of StandardDialog.
|