Since: [Enter the first release in which this extension point appears.]
Description: The Diagram Label Provider extension point allows plugins to decorate Diagram instances in any ModelViewer. The Designer's ILabelProvider will call getText and getImage for all Diagram instances of the type specified by the diagramType tag.
Configuration Markup:
<!ELEMENT extension (class , diagramType+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT class EMPTY>
The ILabelProvider implementation for this extension
<!ATTLIST class<!ELEMENT diagramType EMPTY>
Describes the type of Diagram that this provider handles. This tag may be repeated for each type that this provider supports.
<!ATTLIST diagramTypeAPI Information: [Enter API information here.]
Supplied Implementation: [Enter information about supplied implementation of this extension point.]