Search in sources :

Example 6 with TableStructureEventDispatcher

use of com.biglybt.ui.common.table.TableStructureEventDispatcher in project BiglyBT by BiglySoftware.

the class TableColumnImpl method invalidateCell.

@Override
public void invalidateCell(Object data_source) {
    TableStructureEventDispatcher tsed = TableStructureEventDispatcher.getInstance(sTableID);
    tsed.cellInvalidate(this, data_source);
}
Also used : TableStructureEventDispatcher(com.biglybt.ui.common.table.TableStructureEventDispatcher)

Aggregations

TableStructureEventDispatcher (com.biglybt.ui.common.table.TableStructureEventDispatcher)6 UIRuntimeException (com.biglybt.pif.ui.UIRuntimeException)1 TableColumnImpl (com.biglybt.ui.common.table.impl.TableColumnImpl)1 TableColumnManager (com.biglybt.ui.common.table.impl.TableColumnManager)1