Package org.eclipse.ui.dialogs
Class FilteredItemsSelectionDialog.AbstractContentProvider
java.lang.Object
org.eclipse.ui.dialogs.FilteredItemsSelectionDialog.AbstractContentProvider
- Enclosing class:
- FilteredItemsSelectionDialog
An interface to content providers for
FilterItemsSelectionDialog
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract void
add
(Object item, FilteredItemsSelectionDialog.ItemsFilter itemsFilter) Adds the item to the content provider iff the filter matches the item.
-
Constructor Details
-
AbstractContentProvider
protected AbstractContentProvider()
-
-
Method Details
-
add
Adds the item to the content provider iff the filter matches the item. Otherwise does nothing.- Parameters:
item
- the item to additemsFilter
- the filter- See Also:
-