Class RadianceTableUI.TableCellId

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected int column
      Cell column.
      protected int row
      Cell row.
    • Constructor Summary

      Constructors 
      Constructor Description
      TableCellId​(int row, int column)
      Creates a new cell ID.
    • Field Detail

      • row

        protected int row
        Cell row.
      • column

        protected int column
        Cell column.
    • Constructor Detail

      • TableCellId

        public TableCellId​(int row,
                           int column)
        Creates a new cell ID.
        Parameters:
        row - Cell row.
        column - Cell column.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object