Diagram Content Provider

Identifier: com.metamatrix.modeler.ui.diagramContentProvider

Since: [Enter the first release in which this extension point appears.]

Description: The Diagram Content Provider extension point allows plugins to create and display Diagram instances in any ModelViewer. The Designer's TreeContentProvider will call getChildren on all instances of this extension so that Diagram plugin providers may find and/or create diagrams as the user walks through the model.

Configuration Markup:

   <!ELEMENT extension (class , diagramType+)>

   <!ATTLIST extension
     point CDATA #REQUIRED
     id    CDATA #IMPLIED
     name  CDATA #IMPLIED
   >

   <!ELEMENT class EMPTY>

   The ITreeContentProvider 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.]