Package ucar.ui.table
Interface TableRow
-
- All Known Implementing Classes:
TableRowAbstract
public interface TableRow
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
compare(TableRow other, int col)
Object
getUserObject()
Object
getValueAt(int col)
void
setNextSort(int[] nextSort)
-