Component services

org.eclipse.ui.components.services

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

EXPERIMENTAL: This extension point is internal. Don't use it. It will be removed soon.

<!ELEMENT extension (component* , scope*)>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>


<!ELEMENT component EMPTY>

<!ATTLIST component

class     CDATA #REQUIRED

interface CDATA #REQUIRED

scope     CDATA #REQUIRED>


<!ELEMENT scope (extendsScope* , requiresInterface* , requiresScope*)>

<!ATTLIST scope

id CDATA #REQUIRED>


<!ELEMENT extendsScope EMPTY>

<!ATTLIST extendsScope

id CDATA #REQUIRED>


<!ELEMENT requiresInterface EMPTY>

<!ATTLIST requiresInterface

id CDATA #REQUIRED>


<!ELEMENT requiresScope EMPTY>

<!ATTLIST requiresScope

id CDATA #REQUIRED>


[Enter extension point usage example here.]

[Enter API information here.]

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