Package rma.swing.table
Class CellLocation
java.lang.Object
rma.swing.table.CellLocation
simple class to hold a cell location
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CellLocation
-
-
Method Details
-
setRow
public void setRow(int row) -
setCol
public void setCol(int col) -
setData
-
getRow
public int getRow() -
getCol
public int getCol() -
getData
-
equals
public boolean equals(int row, int col) -
equals
-
hashCode
public int hashCode() -
toString
-