| Package | Description |
|---|---|
| com.jidesoft.plaf |
The package contains additional ComponentUI for JIDE components.
|
| 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 |
|---|---|
abstract SidePaneGroup |
SidePaneUI.getGroupForIndex(int index) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SidePaneGroup> |
SidePane.getGroups()
Gets the list of groups in this components.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SidePane.addGroup(SidePaneGroup group)
Adds a
SidePaneGroup |
void |
SidePane.removeGroup(SidePaneGroup group)
Removes a
SidePaneGroup |