| Package | Description |
|---|---|
| com.jidesoft.swing |
The package contains many based classes we added on top of Swing for JIDE Common Layer.
|
| Modifier and Type | Method and Description |
|---|---|
SidePaneListener[] |
SidePaneGroup.getSidePaneListeners()
Returns an array of all the
SidePaneListeners added to this
SidePaneGroup with addSidePaneListener. |
| Modifier and Type | Method and Description |
|---|---|
void |
SidePaneGroup.addSidePaneListener(SidePaneListener l)
Adds the specified listener to receive side pane events from this side pane group.
|
void |
SidePaneGroup.removeSidePaneListener(SidePaneListener l)
Removes the specified side pane listener so that it no longer receives side pane events from
this side pane group.
|