Class JSplitPaneState

java.lang.Object
jaxx.runtime.swing.session.JSplitPaneState
All Implemented Interfaces:
State

public class JSplitPaneState
extends java.lang.Object
implements State
State for JSplit FIXME add listener for divider move action
Since:
2.5.16
Author:
poussin, Kevin Morin - morin@codelutin.com
  • Field Summary

    Fields
    Modifier and Type Field Description
    protected int dividerLocation  
    protected int orientation  
  • Constructor Summary

    Constructors
    Constructor Description
    JSplitPaneState()  
  • Method Summary

    Modifier and Type Method Description
    protected javax.swing.JSplitPane checkComponent​(java.lang.Object o)  
    int getDividerLocation()  
    int getOrientation()  
    State getState​(java.lang.Object o)  
    void setDividerLocation​(int dividerLocation)  
    void setOrientation​(int orientation)  
    void setState​(java.lang.Object o, State state)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • dividerLocation

      protected int dividerLocation
    • orientation

      protected int orientation
  • Constructor Details

    • JSplitPaneState

      public JSplitPaneState()
  • Method Details

    • getDividerLocation

      public int getDividerLocation()
    • setDividerLocation

      public void setDividerLocation​(int dividerLocation)
    • getOrientation

      public int getOrientation()
    • setOrientation

      public void setOrientation​(int orientation)
    • checkComponent

      protected javax.swing.JSplitPane checkComponent​(java.lang.Object o)
    • getState

      public State getState​(java.lang.Object o)
      Specified by:
      getState in interface State
    • setState

      public void setState​(java.lang.Object o, State state)
      Specified by:
      setState in interface State