The Meta-Environment API

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

java.lang.Object
  extended by nl.cwi.sen1.gui.plugin.data.TableSorter.Row
All Implemented Interfaces:
java.lang.Comparable
Enclosing class:
TableSorter

private class TableSorter.Row
extends java.lang.Object
implements java.lang.Comparable


Field Summary
private  int modelIndex
           
 
Constructor Summary
TableSorter.Row(int index)
           
 
Method Summary
 int compareTo(java.lang.Object o)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

modelIndex

private int modelIndex
Constructor Detail

TableSorter.Row

public TableSorter.Row(int index)
Method Detail

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

The Meta-Environment API