public interface FastComparableTableModel
extends javax.swing.table.TableModel
| Modifier and Type | Method and Description |
|---|---|
int |
compareRows(int rowIndex1,
int rowIndex2,
int columnIndex)
Compare the selected column of the two rows.
|
int compareRows(int rowIndex1,
int rowIndex2,
int columnIndex)
rowIndex1 - zero-based model row index of first row to comparerowIndex2 - zero-based model row index of second row to comparecolumnIndex - zero-based model column index of column to compare