Class TableCell


  • public class TableCell
    extends Object
    A cell in a `TableRow`
    • Constructor Detail

      • TableCell

        public TableCell()
        No args constructor for use in serialization
      • TableCell

        public TableCell​(Location location,
                         String value)
        Parameters:
        location -
        value -
    • Method Detail

      • getLocation

        public Location getLocation()
        * Points to a line and a column in a text file (Required)
      • setLocation

        public void setLocation​(Location location)
        * Points to a line and a column in a text file (Required)
      • getValue

        public String getValue()
        The value of the cell (Required)
      • setValue

        public void setValue​(String value)
        The value of the cell (Required)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object