org.jdesktop.appframework.swingx
Class XProperties.XTableState

java.lang.Object
  extended by org.jdesktop.appframework.swingx.XProperties.XTableState
Enclosing class:
XProperties

public static class XProperties.XTableState
extends Object


Field Summary
(package private)  XProperties.ColumnState[] columnStates
           
(package private)  boolean horizontalScrollEnabled
           
(package private)  XProperties.SortKeyState sortKeyState
           
 
Constructor Summary
XProperties.XTableState()
           
XProperties.XTableState(XProperties.ColumnState[] columnStates)
           
XProperties.XTableState(XProperties.ColumnState[] columnStates, XProperties.SortKeyState sortKeyState, boolean horizontalScrollEnabled)
           
 
Method Summary
 XProperties.ColumnState[] getColumnStates()
           
 boolean getHorizontalScrollEnabled()
           
 XProperties.SortKeyState getSortKeyState()
           
 void setHorizontalScrollEnabled(boolean horizontalScrollEnabled)
           
 void setSortKey(org.jdesktop.swingx.decorator.SortKey sortKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

columnStates

XProperties.ColumnState[] columnStates

horizontalScrollEnabled

boolean horizontalScrollEnabled

sortKeyState

XProperties.SortKeyState sortKeyState
Constructor Detail

XProperties.XTableState

public XProperties.XTableState()

XProperties.XTableState

public XProperties.XTableState(XProperties.ColumnState[] columnStates,
                               XProperties.SortKeyState sortKeyState,
                               boolean horizontalScrollEnabled)

XProperties.XTableState

public XProperties.XTableState(XProperties.ColumnState[] columnStates)
Method Detail

setSortKey

public void setSortKey(org.jdesktop.swingx.decorator.SortKey sortKey)

getColumnStates

public XProperties.ColumnState[] getColumnStates()

getHorizontalScrollEnabled

public boolean getHorizontalScrollEnabled()

setHorizontalScrollEnabled

public void setHorizontalScrollEnabled(boolean horizontalScrollEnabled)

getSortKeyState

public XProperties.SortKeyState getSortKeyState()