Model navigator filters
Identifier
com.tssap.selena.model.ui.navigator.navigatorFiltersDescription
[Enter description of this extension point]Markup
<!ELEMENT extension ((filter | propertyBasedFilter))>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT filter (EMPTY)>
<!ATTLIST filter
class CDATA #REQUIRED
>
<!ELEMENT propertyBasedFilter (EMPTY)>
<!ATTLIST propertyBasedFilter
propertyName CDATA #REQUIRED
propertyValue CDATA #IMPLIED
displayName CDATA #REQUIRED
>
- propertyName - propertyName parameter in
Element::hasProperty(String propertyName) or
Element::hasPropertyValue(String propertyName, String propertyValue)
methods
- propertyValue - propertyValue parameter in
Element::hasPropertyValue(String propertyName, String propertyValue)
method
if not specified
Element::hasProperty(String propertyName)
will be invoked for all model elements in navigator
- displayName - to specify this filter in Filters pop-up menu
Example
[Enter extension point usage example here.]API Information
[Enter API information here.]Supplied Implementation
[Enter information about supplied implementation of this extension point.]