Module org.autogui
Package org.autogui.base.mapping
Interface GuiReprCollectionTable.TableTargetCell
- All Superinterfaces:
GuiReprCollectionTable.TableTarget
- All Known Implementing Classes:
GuiSwingViewCollectionTable.TableTargetCellForCollectionTable
,TableTargetCellForJTable
,TableTargetColumnForJTable
- Enclosing class:
GuiReprCollectionTable
public static interface GuiReprCollectionTable.TableTargetCell
extends GuiReprCollectionTable.TableTarget
a subtype of table-target, also supporting selecting partial columns;
in the type,
GuiReprCollectionTable.TableTarget.getSelectedCells()
returns the values of the partial columns.
it also supports obtaining all-cells in a row.-
Method Summary
Methods inherited from interface org.autogui.base.mapping.GuiReprCollectionTable.TableTarget
getSelectedCellIndices, getSelectedCellIndicesAsList, getSelectedCells, getSelectedCellValues, getSelectedRows, getSelectedRowValues, isSelectionEmpty, setCellValues, setCellValues
-
Method Details
-
getSelectedRowAllCellIndices
Iterable<int[]> getSelectedRowAllCellIndices() -
getSelectedRowAllCellIndicesAsList
-
getSelectedRowAllCells
List<GuiReprCollectionTable.CellValue> getSelectedRowAllCells()
-