jview
Class MyTableSorter.Directive

java.lang.Object
  extended by jview.MyTableSorter.Directive
Enclosing class:
MyTableSorter

private static class MyTableSorter.Directive
extends Object


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

Field Detail

column

private int column

direction

private int direction
Constructor Detail

MyTableSorter.Directive

public MyTableSorter.Directive(int column,
                               int direction)