Module org.autogui

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 Details

    • getSelectedRowAllCellIndices

      Iterable<int[]> getSelectedRowAllCellIndices()
    • getSelectedRowAllCellIndicesAsList

      default List<int[]> getSelectedRowAllCellIndicesAsList()
    • getSelectedRowAllCells

      List<GuiReprCollectionTable.CellValue> getSelectedRowAllCells()