| 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.
|
| com.jidesoft.swing.event |
The package contains events for components under com.jidesoft.swing package for JIDE Common Layer.
|
| Modifier and Type | Method and Description |
|---|---|
abstract SidePaneItem |
SidePaneUI.getItemForIndex(int index) |
| Modifier and Type | Method and Description |
|---|---|
SidePaneItem |
SidePaneGroup.getSelectedItem()
Gets the selected item.
|
SidePaneItem |
SidePaneGroup.getSidePaneItem(java.awt.Component comp)
Checks if the component exists in this group.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
SidePaneGroup.fireSidePaneEvent(SidePaneItem sidePaneItem,
int id)
Fires a side pane event.
|
void |
SidePaneGroup.setSelectedItem(SidePaneItem selectedItem)
Sets the selected item.
|
| Modifier and Type | Method and Description |
|---|---|
SidePaneItem |
SidePaneEvent.getSidePaneItem()
Returns the originator of the event.
|
| Constructor and Description |
|---|
SidePaneEvent(SidePaneItem source,
int id) |