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