ModifierHelperFactory
Identifier:
com.ibm.wtp.emf.workbench.edit.ModifierHelperFactory
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (factory+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
This is used to register for the model modifiers.
<!ELEMENT factory (package+)>
<!ATTLIST factory
class CDATA #REQUIRED>
<!ELEMENT package (type+)>
<!ATTLIST package
uri CDATA #IMPLIED>
<!ELEMENT type (feature+)>
<!ATTLIST type
name CDATA #REQUIRED>
<!ELEMENT feature EMPTY>
<!ATTLIST feature
name CDATA #REQUIRED
action CDATA #IMPLIED>
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]