org.nuiton.widget
Class SwingSession.JSplitPaneState

java.lang.Object
  extended by 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


Field Summary
protected  int dividerLocation
           
protected  int orientation
           
 
Constructor Summary
SwingSession.JSplitPaneState()
           
 
Method Summary
protected  JSplitPane checkComponent(Object o)
           
 int getDividerLocation()
           
 int getOrientation()
           
 SwingSession.State getState(Object o)
           
 void setDividerLocation(int dividerLocation)
           
 void setOrientation(int orientation)
           
 void setState(Object o, SwingSession.State state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

dividerLocation

protected int dividerLocation

orientation

protected int orientation
Constructor Detail

SwingSession.JSplitPaneState

public SwingSession.JSplitPaneState()
Method Detail

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-2011 CodeLutin. All Rights Reserved.