Interface TableStructureModificationListener<T>

All Known Implementing Classes:
TableStructureEventDispatcher, TableViewImpl, TableViewPainted

public interface TableStructureModificationListener<T>
  • Method Details

    • tableStructureChanged

      void tableStructureChanged(boolean columnAddedOrRemoved, Class forPluginDataSourceType)
    • columnOrderChanged

      void columnOrderChanged(int[] iPositions)
    • columnSizeChanged

      void columnSizeChanged(TableColumnCore tableColumn, int diff)
    • columnInvalidate

      void columnInvalidate(TableColumnCore tableColumn)
    • cellInvalidate

      void cellInvalidate(TableColumnCore tableColumn, T data_source)
    • sortOrderChanged

      void sortOrderChanged()