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 TypeMethodDescriptionintbooleanintgetRow()getValueAt(int column) inthashCode()booleanisValid()toString()
-
Constructor Details
-
DirectRow
-
-
Method Details
-
isValid
public boolean isValid() -
getValueAt
- Specified by:
getValueAtin interfaceRow
-
getTableModel
- Specified by:
getTableModelin interfaceRow
-
getRow
public int getRow() -
equals
-
hashCode
public int hashCode() -
compareTo
- Specified by:
compareToin interfaceComparable
-
toString
-