Interface TableAddRemoveStrategy<T>

Type Parameters:
T - the row type
All Known Implementing Classes:
CoalescingAddRemoveStrategy

public interface TableAddRemoveStrategy<T>
A strategy to perform table add and remove updates
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    process(List<AddRemoveListItem<T>> addRemoveList, TableData<T> tableData, TaskMonitor monitor)
    Adds to and removes from the table data those items in the given add/remove list
  • Method Details