Class CellLocation

java.lang.Object
rma.swing.table.CellLocation

public class CellLocation extends Object
simple class to hold a cell location
  • Constructor Details

    • CellLocation

      public CellLocation(int row, int col, Object data)
  • Method Details

    • setRow

      public void setRow(int row)
    • setCol

      public void setCol(int col)
    • setData

      public void setData(Object data)
    • getRow

      public int getRow()
    • getCol

      public int getCol()
    • getData

      public Object getData()
    • equals

      public boolean equals(int row, int col)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object