java.lang.Object
org.autogui.base.mapping.GuiReprCollectionTable.CellValue
- Direct Known Subclasses:
GuiSwingJsonTransfer.CellValueRowSpecified
- Enclosing class:
GuiReprCollectionTable
a selected cell value
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
row
public int row -
column
public int column -
value
-
-
Constructor Details
-
CellValue
-
-
Method Details
-
getRow
public int getRow() -
getColumn
public int getColumn() -
getValue
-
withValue
- Parameters:
v
- a new value- Returns:
- a new cell-value with v and same row and column
- Since:
- 1.1
-