| Package | Description |
|---|---|
| com.jidesoft.swing |
The package contains many based classes we added on top of Swing for JIDE Common Layer.
|
| Modifier and Type | Field and Description |
|---|---|
protected JideSplitPane |
JideSplitPaneDivider._jideSplitPane
JideSplitPane the receiver is contained in.
|
| Modifier and Type | Method and Description |
|---|---|
JideSplitPane |
JideSplitPaneDivider.getJideSplitPane()
Gets the
JideSplitPane. |
| Modifier and Type | Method and Description |
|---|---|
void |
JideSplitPaneDivider.setJideSplitPane(JideSplitPane splitPane)
Sets the JideSplitPane that is using this divider.
|
| Constructor and Description |
|---|
JideSplitPaneDivider(JideSplitPane splitPane)
Creates an instance of BasicJideSplitPaneDivider.
|