Diagram Content Types

Identifier:
com.ibm.xtools.mmi.ui.diagramContentTypes

Since:
This extension point is new to Version 7.0.

Description:
This extension point is used to specify content types that contain MMI diagrams.

Configuration Markup:

<!ELEMENT extension (contentType*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT contentType EMPTY>

<!ATTLIST contentType

id CDATA #REQUIRED>


Examples:
Following is an example of defining the com.mycompany.myplugin.compatibleDiagramContentType content type as a content type for MMI diagrams.


<extension
      id="MMI Diagram Content Types for My Plugin"
      point="com.ibm.xtools.mmi.ui.DiagramContentTypes">
   <contentType id="com.mycompany.myplugin.compatibleDiagramContentType"/>
</extension>

Supplied Implementation:
The internal implementation is com.ibm.xtools.mmi.ui.internal.util.MMIDiagramContentTypesRegistry.


Licensed Materials - Property of IBM
(C) Copyright IBM Corp. 2006. All Rights Reserved.
US Government Users Restricted Rights - Use, duplication or disclosure
restricted by GSA ADP Schedule Contract with IBM Corp.