UML Language Manager

Identifier:
com.ibm.xtools.uml.msl.UMLLanguageManager

Since:
Internal Modeler API

Description:
Internal Modeler API This should not be used by clients. Only the UMLUILanguageManager is expected to use this extension point.

Configuration Markup:

<!ELEMENT extension (LanguageManager)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT manager EMPTY>

<!ATTLIST manager

class CDATA #REQUIRED>

Identifies the language manager instance that should be used to override the default implementation.



<!ELEMENT LanguageManager (manager)>

The language manager element consists of one sub element, the manager class who will override the default language manager.



Examples:
Internal Modeler API

API Information:
Internal Modeler API


/* *+------------------------------------------------------------------------+ *| Licensed Materials - Property of IBM | *| Copyright IBM Corp. 2008. All Rights Reserved. | *| | *| Note to US Government Users Restricted Rights: Use, duplication or | *| disclosure restricted by GSA ADP Schedule Contract with IBM Corp. | *+------------------------------------------------------------------------+ */