Class ElementMatcher
- java.lang.Object
-
- org.eclipse.e4.ui.workbench.modeling.ElementMatcher
-
-
Constructor Summary
Constructors Constructor Description ElementMatcher(String id, Class<?> clazz, String tag)ElementMatcher(String id, Class<?> clazz, List<String> tagsToMatch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanselect(MApplicationElement element)Call for each element to find matching elements
-
-
-
Method Detail
-
select
public boolean select(MApplicationElement element)
Description copied from interface:SelectorCall for each element to find matching elements
-
-