java.lang.Object
org.autogui.base.mapping.GuiReprCollectionTable.CellValue
org.autogui.swing.GuiSwingJsonTransfer.CellValueRowSpecified
- Enclosing class:
GuiSwingJsonTransfer
public static class GuiSwingJsonTransfer.CellValueRowSpecified
extends GuiReprCollectionTable.CellValue
a cell value indicating that it's row index is specified like { "#":123, ... }
-
Field Summary
Fields inherited from class org.autogui.base.mapping.GuiReprCollectionTable.CellValue
column, row, value
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.autogui.base.mapping.GuiReprCollectionTable.CellValue
getColumn, getRow, getValue
-
Constructor Details
-
CellValueRowSpecified
-
-
Method Details
-
withValue
- Overrides:
withValue
in classGuiReprCollectionTable.CellValue
- Parameters:
v
- a new value- Returns:
- a new cell-value with v and same row and column
-