jview
Class MyTableSorter.Row

java.lang.Object
  extended by jview.MyTableSorter.Row
All Implemented Interfaces:
Comparable
Enclosing class:
MyTableSorter

private class MyTableSorter.Row
extends Object
implements Comparable


Field Summary
private  int modelIndex
           
 
Constructor Summary
MyTableSorter.Row(int index)
           
 
Method Summary
 int compareTo(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

MyTableSorter.Row

public MyTableSorter.Row(int index)
Method Detail

compareTo

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