Model navigator filters

Identifier

com.tssap.selena.model.ui.navigator.navigatorFilters

Description

[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
   >

Example

[Enter extension point usage example here.]

API Information

[Enter API information here.]

Supplied Implementation

[Enter information about supplied implementation of this extension point.]