Adapter Factory Extension

com.ibm.etools.emf.workbench.adapterFactory

[Enter the first release in which this extension point appears.]

This is used to register an adapter factory with the dynamic adapter factory.

<!ELEMENT extension (adapterFactory+)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT adapterFactory (view*)>

<!ATTLIST adapterFactory

packageURI      CDATA #REQUIRED

className       CDATA #REQUIRED

id              CDATA #REQUIRED

functionGroupID CDATA #IMPLIED>

Defines the Adapter Factory being added. All added Adapter Factories are queriable whenever their Function Group and optional Viewer Id are specified.



<!ELEMENT view EMPTY>

<!ATTLIST view

id CDATA #REQUIRED>


[Enter extension point usage example here.]

[Enter API information here.]

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