RoseRT Add-in Handlers
Identifier:
com.ibm.xtools.umldt.rt.petal.ui.addinHandlers
Since:
1.0
Description:
Extension point on which plug-ins can contribute customized logic for
translation of add-in properties and resolving type references in a
language-specific fashion.
Configuration Markup:
<!ELEMENT extension (addin-handler+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT addin-handler (addin+)>
<!ATTLIST addin-handler
class CDATA #REQUIRED>
Declares a handler for a RoseRT add-in. This handler is
called upon to convert the add-in's properties and, optionally,
to resolve references to types according to the language's
syntax and primitives.
- class - The fully-qualified name of a class implementing the IAddinElementHandler
interface.
<!ELEMENT addin EMPTY>
<!ATTLIST addin
name CDATA #REQUIRED>
The names of the addin tools and languages that this handler supports
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]