Package com.biglybt.ui.common.table
Interface TableStructureModificationListener<T>
- All Known Implementing Classes:
TableStructureEventDispatcher
,TableViewImpl
,TableViewPainted
public interface TableStructureModificationListener<T>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
cellInvalidate
(TableColumnCore tableColumn, T data_source) void
columnInvalidate
(TableColumnCore tableColumn) void
columnOrderChanged
(int[] iPositions) void
columnSizeChanged
(TableColumnCore tableColumn, int diff) void
void
tableStructureChanged
(boolean columnAddedOrRemoved, Class forPluginDataSourceType)
-
Method Details
-
tableStructureChanged
-
columnOrderChanged
void columnOrderChanged(int[] iPositions) -
columnSizeChanged
-
columnInvalidate
-
cellInvalidate
-
sortOrderChanged
void sortOrderChanged()
-