ItemsFilter
is used to filter elements. The key function of filter used in to filtering is matchElement(Object item)
. The ContentProvider
class also provides item filtering methods. The filtering has been moved from the standard TableView getFilteredItems()
method to content provider, because ILazyContentProvider
and virtual tables are used. This class is responsible for adding a separator below history items and marking each items as duplicate if its name repeats more than once on the filtered list.
|
|