dsto.dfc.swing.table
Class SortedTableModel.SortingColumn

java.lang.Object
  extended by dsto.dfc.swing.table.SortedTableModel.SortingColumn
Enclosing class:
SortedTableModel

public static final class SortedTableModel.SortingColumn
extends Object

Stores information about column to be sorted by.


Constructor Summary
protected SortedTableModel.SortingColumn(int column, boolean ascending)
           
 
Method Summary
 int getColumn()
           
 boolean isAscending()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SortedTableModel.SortingColumn

protected SortedTableModel.SortingColumn(int column,
                                         boolean ascending)
Method Detail

getColumn

public int getColumn()

isAscending

public boolean isAscending()


Copyright © 2008 Commonwealth of Australia