public interface TableRow
Modifier and Type | Method and Description |
---|---|
int |
compare(TableRow other,
int col) |
java.lang.Object |
getUserObject() |
java.lang.Object |
getValueAt(int col) |
void |
setNextSort(int[] nextSort) |
java.lang.Object getValueAt(int col)
int compare(TableRow other, int col)
void setNextSort(int[] nextSort)
java.lang.Object getUserObject()