| Package | Description |
|---|---|
| com.jidesoft.dialog |
The package contains classes related to JDialog for JIDE Common Layer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ButtonPanel
ButtonPanel can help to layout buttons easily in any dialogs. |
class |
ScrollableButtonPanel
A
ButtonPanel that implements the Scrollable so that it can
be added to a JScrollPane. |
| Modifier and Type | Method and Description |
|---|---|
ButtonListener[] |
AbstractDialogPage.getButtonListeners()
Returns an array of all the
ButtonListeners added to this Page with
ButtonListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractDialogPage.addButtonListener(ButtonListener l)
Adds a
ButtonListener to the page. |
void |
AbstractDialogPage.removeButtonListener(ButtonListener l)
Removes a
ButtonListener from the page. |