net.mlw.vlh.swing.support
Class TableSorter.Directive

java.lang.Object
  extended bynet.mlw.vlh.swing.support.TableSorter.Directive
Enclosing class:
TableSorter

public static class TableSorter.Directive
extends Object


Constructor Summary
TableSorter.Directive(int column, int direction)
           
 
Method Summary
 int getColumn()
           
 int getDirection()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TableSorter.Directive

public TableSorter.Directive(int column,
                             int direction)
Method Detail

getColumn

public int getColumn()
Returns:
Returns the column.

getDirection

public int getDirection()
Returns:
Returns the direction.


Copyright © 2003-2006 mlavilson. All Rights Reserved.