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.ObjectThis Java Bean records thedividerLocationandorientationproperties of aJSplitPane. ASplitPaneStateobject 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 intgetDividerLocation()intgetOrientation()voidsetDividerLocation(int dividerLocation)voidsetOrientation(int orientation)
-