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 and Description |
---|
SessionStorage.SplitPaneState() |
SessionStorage.SplitPaneState(int dividerLocation,
int orientation) |
Modifier and Type | Method and Description |
---|---|
int |
getDividerLocation() |
int |
getOrientation() |
void |
setDividerLocation(int dividerLocation) |
void |
setOrientation(int orientation) |