|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TableSorter
| Method Summary | |
|---|---|
int |
getInsertionIndex(java.util.List rowDataVector,
java.util.List rows,
java.util.List sortedRowMap,
java.util.List sortedColumns,
TableComparator comparator,
int maximumRowIndex)
determine where the specified row of the table belongs given the specified parameters |
| Method Detail |
|---|
int getInsertionIndex(java.util.List rowDataVector,
java.util.List rows,
java.util.List sortedRowMap,
java.util.List sortedColumns,
TableComparator comparator,
int maximumRowIndex)
rowDataVector - the Vector of table row data currently being examined.the - row index of this row in the real TableModel, which will not be modified.rows - a List of table row Vectors that consists of the entire table.sortedRowMap - the current ordered list of model row index values
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||