Feature Model Viewers

Identifier:
com.ps.consul.eclipse.ui.fmviewers

Since:
1.0

Description:
Extension point to register additional feature model viewers used by the feature editor.

Configuration Markup:

<!ELEMENT extension (viewer)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

Extension point for additional feature model viewers.



<!ELEMENT viewer EMPTY>

<!ATTLIST viewer

class    CDATA #REQUIRED

name     CDATA #REQUIRED

icon     CDATA #IMPLIED

priority CDATA #IMPLIED>

An additional feature model viewer.



Examples:
<viewer class="the implementing java class"
        name="the name for the editors tab"
        icon="the icon for the editors tab"
        priority="the priority for sorting the registered viewers (default 50)">
</viewer>