Package org.jdesktop.application.session
Class SplitPaneState
- java.lang.Object
-
- org.jdesktop.application.session.SplitPaneState
-
public class SplitPaneState extends java.lang.Object
This Java Bean records thedividerLocation
andorientation
properties of aJSplitPane
. ASplitPaneState
object created bySplitPaneProperty.getSessionState(java.awt.Component)
and used to restore the selected tab bySplitPaneProperty.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)
-