public static class SessionStorage.SplitPaneState
extends java.lang.Object
dividerLocation
and
orientation
properties of a JSplitPane
. A
SplitPaneState
object created by SessionStorage.SplitPaneProperty.getSessionState(java.awt.Component)
and used to restore the
selected tab by SessionStorage.SplitPaneProperty.setSessionState(java.awt.Component, java.lang.Object)
.Constructor | Description |
---|---|
SplitPaneState() |
|
SplitPaneState(int dividerLocation,
int orientation) |
Modifier and Type | Method | Description |
---|---|---|
int |
getDividerLocation() |
|
int |
getOrientation() |
|
void |
setDividerLocation(int dividerLocation) |
|
void |
setOrientation(int orientation) |