| Package | Description |
|---|---|
| com.jidesoft.dialog |
The package contains classes related to JDialog for JIDE Common Layer.
|
| Modifier and Type | Method and Description |
|---|---|
PageListener[] |
AbstractPage.getPageListeners()
Returns an array of all the
PageListeners added to this Page with
addPageListener . |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractPage.addPageListener(PageListener l)
Adds a
PageListener to the page. |
void |
AbstractPage.removePageListener(PageListener l)
Removes a
PageListener from the page. |