RoseRT Add-in Handlers

com.ibm.xtools.umldt.rt.petal.ui.addinHandlers

1.0

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.

<!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.



<!ELEMENT addin EMPTY>

<!ATTLIST addin

name CDATA #REQUIRED>

The names of the addin tools and languages that this handler supports



[Enter extension point usage example here.]

[Enter API information here.]

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