Link Contributor
Identifier:
com.ibm.xtools.rmp.ui.com.ibm.xtools.rmp.ui.LinkContributor
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (LinkProvider)+>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT LinkProvider EMPTY>
<!ATTLIST LinkProvider
id CDATA #REQUIRED
class CDATA #REQUIRED>
Provides related EObjects given a particular EObject.
- id - A unique ID for the provider.
- class - A class implementing ILinkProvider that returns related EObjects given a particular EObject.
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]