| 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 |
|---|---|
protected JideSplitPaneDivider |
JideSplitPane.createSplitPaneDivider() |
JideSplitPaneDivider |
JideSplitPane.getDividerAt(int index)
Returns the divider at index.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JideSplitPane.dragDividerTo(JideSplitPaneDivider divider,
int location)
Drags divider to right location.
|
protected void |
JideSplitPane.finishDraggingTo(JideSplitPaneDivider divider,
int location)
Finishes dragging.
|
int |
JideSplitPane.getNextDividerLocation(JideSplitPaneDivider divider,
boolean ignoreVisibility,
boolean reversed)
Get previous divider's, if any, location from current divider.
|
protected int |
JideSplitPane.getPreviousDividerLocation(JideSplitPaneDivider divider,
boolean ignoreVisibility,
boolean reversed)
Get previous divider's, if any, location from current divider.
|
int |
JideSplitPane.indexOfDivider(JideSplitPaneDivider divider)
Returns the index of the divider.
|
void |
JideSplitPane.setDividerLocation(JideSplitPaneDivider divider,
int location)
Set the divider location.
|
protected void |
JideSplitPane.startDragging(JideSplitPaneDivider divider)
Prepares dragging if it's not continuous layout.
|