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