The Meta-Environment API

nl.cwi.sen1.gui.plugin.data
Class TableSorter.Directive

java.lang.Object
  extended by nl.cwi.sen1.gui.plugin.data.TableSorter.Directive
Enclosing class:
TableSorter

private static class TableSorter.Directive
extends java.lang.Object


Field Summary
private  int column
           
private  int direction
           
 
Constructor Summary
TableSorter.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

TableSorter.Directive

public TableSorter.Directive(int column,
                             int direction)

The Meta-Environment API