Module org.autogui

Interface ObjectTableColumnValue.ColumnViewUpdateSource

All Known Implementing Classes:
GuiSwingTableColumnImage.ColumnEditImagePane, GuiSwingTableColumnNumber.ColumnNumberPane
Enclosing class:
ObjectTableColumnValue

public static interface ObjectTableColumnValue.ColumnViewUpdateSource
an updater holder for renderer component: the component of ObjectTableColumnValue.ObjectTableCellRenderer may implement the interface. if the component updates a visual property, then it can notify the change by calling the updater
  • Method Summary

    Modifier and Type
    Method
    Description
    void
     
  • Method Details

    • setColumnViewUpdater

      void setColumnViewUpdater(Runnable updater)