Variant Model Viewers
Identifier:
com.ps.consul.eclipse.ui.VariantModelViewers
Since:
[Enter the first release in which this extension point appears.]
Description:
Extension point to register additional variant description model viewers used by the variant editor.
Configuration Markup:
<!ELEMENT extension (viewer)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT viewer EMPTY>
<!ATTLIST viewer
class CDATA #REQUIRED
name CDATA #REQUIRED
icon CDATA #IMPLIED
priority CDATA #IMPLIED
modeltype CDATA #REQUIRED>
- class -
- name -
- icon -
- priority - The priority used to order the viewers. The order is from lower to upper.
- modeltype -
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]