<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
Extension point for additional component model viewers.
<!ELEMENT viewer EMPTY>
<!ATTLIST viewer
class CDATA #REQUIRED
name CDATA #REQUIRED
icon CDATA #IMPLIED
priority CDATA #IMPLIED>
An additional component model viewer.
<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>