Module org.autogui

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 Details

    • getSelectedCellValue

      Object getSelectedCellValue()
      Returns:
      the value of the primary cell
    • setSelectedCellValuesLoop

      default void setSelectedCellValuesLoop(List<?> rowValues)