Uses of Interface
org.eclipse.e4.ui.workbench.Selector
-
Packages that use Selector Package Description org.eclipse.e4.ui.workbench.modeling Application programming interfaces describing the Eclipse 4 model services. -
-
Uses of Selector in org.eclipse.e4.ui.workbench.modeling
Classes in org.eclipse.e4.ui.workbench.modeling that implement Selector Modifier and Type Class Description class
ElementMatcher
This is an implementation of a Selector that implements the existing 'findElements'.Methods in org.eclipse.e4.ui.workbench.modeling with parameters of type Selector Modifier and Type Method Description <T> List<T>
EModelService. findElements(MApplicationElement searchRoot, Class<T> clazz, int searchFlags, Selector matcher)
Return a list of any elements that match the given search criteria.
-