MetaclassFactory
Identifier:
org.eclipse.e4.xwt.pde.metaclassFactories
Since:
[Enter the first release in which this extension point appears.]
Description:
This extension point is used to register a MetaclassFactory
Configuration Markup:
<!ELEMENT extension (metaclassFactory*)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT MetaclassFactory EMPTY>
<!ATTLIST metaclassFactory
name CDATA #REQUIRED
metaclass CDATA #REQUIRED>
Metaclass definition
- name -
- metaclass - The factopry class
Examples:
Here is an example to declare the Metaclassfactory class to create the specific metaclasses for JFreeChart library:
<extension
point="org.eclipse.e4.xwt.pde.metaclassFactories">
<metaclassFactory
metaclass="org.eclipse.e4.xwt.demo.JFreeChartFactory"
name="JFreeChart">
</metaclassFactory>
</extension>
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]