de.tkuhn.swing.table
Class RowSortingState

java.lang.Object
  extended by de.tkuhn.swing.table.RowSortingState
All Implemented Interfaces:
java.io.Serializable

public class RowSortingState
extends java.lang.Object
implements java.io.Serializable

A JavaBean used to store the state of a RowSortingTableModel. You should not have to use this class.

Version:
0.9.3
Author:
tilmann
See Also:
RowSortingTableModel, Serialized Form

Constructor Summary
RowSortingState()
           
 
Method Summary
 java.lang.String[] getColNames()
          Getter for property colNames.
 boolean[] getColOrder()
          Getter for property colOrder.
 int getSortCol()
          Getter for property sortCol.
 void setColNames(java.lang.String[] names)
          Setter for property colNames.
 void setColOrder(boolean[] order)
          Setter for property colOrder.
 void setSortCol(int col)
          Setter for property sortCol.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RowSortingState

public RowSortingState()
Method Detail

getColOrder

public boolean[] getColOrder()
Getter for property colOrder.

Returns:
Value of property colOrder.

getSortCol

public int getSortCol()
Getter for property sortCol.

Returns:
Value of property sortCol.

setColOrder

public void setColOrder(boolean[] order)
Setter for property colOrder.

Parameters:
order - New value of property colOrder.

setSortCol

public void setSortCol(int col)
Setter for property sortCol.

Parameters:
col - New value of property sortCol.

getColNames

public java.lang.String[] getColNames()
Getter for property colNames.

Returns:
Value of property colNames.

setColNames

public void setColNames(java.lang.String[] names)
Setter for property colNames.

Parameters:
names - New value of property colNames.


Copyright © Tilmann Kuhn