Package com.macrofocus.data.table
Class IndexedRow
java.lang.Object
com.macrofocus.data.table.IndexedRow
- All Implemented Interfaces:
Row,Comparable
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedIndexedRow(TableModel tableModel, int row, Column... columns) -
Method Summary
Modifier and TypeMethodDescriptionintbooleanintgetRow()getValueAt(int column) inthashCode()booleanisValid()
-
Constructor Details
-
IndexedRow
-
-
Method Details
-
isValid
public boolean isValid() -
getValueAt
- Specified by:
getValueAtin interfaceRow
-
getTableModel
- Specified by:
getTableModelin interfaceRow
-
getRow
public int getRow() -
compareTo
- Specified by:
compareToin interfaceComparable
-
equals
-
hashCode
public int hashCode()
-