Add Object Provider
Identifier:
org.eclipse.datatools.connectivity.sqm.core.ui.addObjectProvider
Since:
[Enter the first release in which this extension point appears.]
Description:
This extension point provides the option for users to add objects to nodes.
Configuration Markup:
<!ELEMENT extension (addObjectProvider)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT addObjectProvider EMPTY>
<!ATTLIST addObjectProvider
node CDATA #REQUIRED
provider CDATA #REQUIRED>
- node - Node to which we are adding an object
- provider - Class that implements the code
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]