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