| Constructor and Description |
|---|
ElementMatcher(String id,
Class<?> clazz,
List<String> tagsToMatch) |
ElementMatcher(String id,
Class<?> clazz,
String tag) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
select(MApplicationElement element)
Call for each element to find matching elements
|
public ElementMatcher(String id, Class<?> clazz, String tag)
id - The elementId of the desired elementclazz - The class specification of the desired elementtag - A tag which must be specified on the desired elementpublic boolean select(MApplicationElement element)
Selector
Copyright (c) 2000, 2016 Eclipse Contributors and others. All rights reserved.Guidelines for using Eclipse APIs.