Module org.autogui

Class GuiReprCollectionTable.CellValue

java.lang.Object
org.autogui.base.mapping.GuiReprCollectionTable.CellValue
Direct Known Subclasses:
GuiSwingJsonTransfer.CellValueRowSpecified
Enclosing class:
GuiReprCollectionTable

public static class GuiReprCollectionTable.CellValue extends Object
a selected cell value
  • Field Details

    • row

      public int row
    • column

      public int column
    • value

      public Object value
  • Constructor Details

    • CellValue

      public CellValue(int row, int column, Object value)
  • Method Details

    • getRow

      public int getRow()
    • getColumn

      public int getColumn()
    • getValue

      public Object getValue()
    • withValue

      Parameters:
      v - a new value
      Returns:
      a new cell-value with v and same row and column
      Since:
      1.1