Module org.autogui
Package org.autogui.base.mapping
Interface GuiReprCollectionTable.TableTargetColumn
- All Superinterfaces:
GuiReprCollectionTable.TableTarget
- All Known Implementing Classes:
ObjectTableColumn.TableTargetColumnForObjectColumn
,TableTargetColumnForJTable
- Enclosing class:
GuiReprCollectionTable
public static interface GuiReprCollectionTable.TableTargetColumn
extends GuiReprCollectionTable.TableTarget
an interface for operating a specific column with selected rows
-
Method Summary
Methods inherited from interface org.autogui.base.mapping.GuiReprCollectionTable.TableTarget
getSelectedCellIndices, getSelectedCellIndicesAsList, getSelectedCells, getSelectedCellValues, getSelectedRows, getSelectedRowValues, isSelectionEmpty, setCellValues, setCellValues
-
Method Details
-
getSelectedCellValue
Object getSelectedCellValue()- Returns:
- the value of the primary cell
-
setSelectedCellValuesLoop
-