Package org.jdesktop.application
Class SessionStorage.SplitPaneState
- java.lang.Object
-
- org.jdesktop.application.SessionStorage.SplitPaneState
-
- Enclosing class:
- SessionStorage
public static class SessionStorage.SplitPaneState extends java.lang.Object
This Java Bean records thedividerLocation
andorientation
properties of aJSplitPane
. ASplitPaneState
object created bySessionStorage.SplitPaneProperty.getSessionState(java.awt.Component)
and used to restore the selected tab bySessionStorage.SplitPaneProperty.setSessionState(java.awt.Component, java.lang.Object)
.
-
-
Constructor Summary
Constructors Constructor Description SplitPaneState()
SplitPaneState(int dividerLocation, int orientation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDividerLocation()
int
getOrientation()
void
setDividerLocation(int dividerLocation)
void
setOrientation(int orientation)
-