Contexts

org.eclipse.ui.contexts

3.0

The org.eclipse.ui.contexts extension point is used to declare contexts and associated elements.

<!ELEMENT extension (context , contextContextBinding)>

<!ATTLIST extension

id    CDATA #IMPLIED

name  CDATA #IMPLIED

point CDATA #REQUIRED>


<!ELEMENT context EMPTY>

<!ATTLIST context

description CDATA #IMPLIED

id          CDATA #REQUIRED

name        CDATA #REQUIRED

parentId    CDATA #IMPLIED>

This element is used to define contexts. If more than one of these elements exist with the same id attribute, only the last declared element (in order of reading the registry) is considered valid.



The plugin.xml file in the org.eclipse.ui plugin makes use of the org.eclipse.ui.contexts extension point.

There is currently no public API for declaring contexts or associated elements other than this extension point.