Diagram Label Provider

Identifier: com.metamatrix.modeler.ui.diagramLabelProvider

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
     name CDATA #REQUIRED
   >

   <!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 diagramType
     name CDATA #REQUIRED
   >
Examples: [Enter extension point usage example here.]

API Information: [Enter API information here.]

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