|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.smardec.asc.table.DefaultRowComparator
Default implementation of RowComparator
interface.
Constructor Summary | |
DefaultRowComparator()
|
Method Summary | |
int |
compare(int row1,
int row2,
int column,
javax.swing.table.TableModel tableModel)
Compares two rows for order. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DefaultRowComparator()
Method Detail |
public int compare(int row1, int row2, int column, javax.swing.table.TableModel tableModel)
compare
in interface RowComparator
row1
- the first row to be comparedrow2
- the second row to be comparedcolumn
- sorting columntableModel
- table's model
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |