org.nuiton.widget
Class SwingSession.JSplitPaneState
java.lang.Object
org.nuiton.widget.SwingSession.JSplitPaneState
- All Implemented Interfaces:
- SwingSession.State
- Enclosing class:
- SwingSession
public static class SwingSession.JSplitPaneState
- extends Object
- implements SwingSession.State
State for JSplit
FIXME add listener for divider move action
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
dividerLocation
protected int dividerLocation
orientation
protected int orientation
SwingSession.JSplitPaneState
public SwingSession.JSplitPaneState()
getDividerLocation
public int getDividerLocation()
setDividerLocation
public void setDividerLocation(int dividerLocation)
getOrientation
public int getOrientation()
setOrientation
public void setOrientation(int orientation)
checkComponent
protected JSplitPane checkComponent(Object o)
getState
public SwingSession.State getState(Object o)
- Specified by:
getState in interface SwingSession.State
setState
public void setState(Object o,
SwingSession.State state)
- Specified by:
setState in interface SwingSession.State
Copyright © 2004-2010 CodeLutin. All Rights Reserved.