Package org.eclipse.ui.internal
Class ObjectFilterTest
java.lang.Object
org.eclipse.ui.internal.ObjectFilterTest
An ObjectFilterTest is used to read an object filter from XML, and evaluate
the results for a given object.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
addFilterElement
(IConfigurationElement element) Add a filter element to the test.
-
Constructor Details
-
ObjectFilterTest
public ObjectFilterTest()Create a new object filter.
-
-
Method Details
-
addFilterElement
Add a filter element to the test. This element must contain a name value filter pair, as defined by theorg.eclipse.ui.actionFilters
extension point.
-