Module org.autogui

Interface ObjectTableColumnValue.ColumnViewUpdateTarget

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

public static interface ObjectTableColumnValue.ColumnViewUpdateTarget
an updating target for renderer component: the component of ObjectTableColumnValue.ObjectTableCellRenderer may implement the interface. once a visual property of related columns is updated, the method of the interface will be invoked.
  • Method Details

    • columnViewUpdateAsDynamic

      void columnViewUpdateAsDynamic(ObjectTableColumn source)