protected abstract class FilteredItemsSelectionDialog.AbstractContentProvider extends Object
FilterItemsSelectionDialog.| Modifier | Constructor and Description |
|---|---|
protected |
AbstractContentProvider() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
add(Object item,
FilteredItemsSelectionDialog.ItemsFilter itemsFilter)
Adds the item to the content provider iff the filter matches the
item.
|
public abstract void add(Object item, FilteredItemsSelectionDialog.ItemsFilter itemsFilter)
item - the item to additemsFilter - the filterFilteredItemsSelectionDialog.ItemsFilter.matchItem(Object)
Copyright (c) 2000, 2017 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.