Indexer Page
Identifier:
org.eclipse.cdt.ui.IndexerPage
Since:
[Enter the first release in which this extension point appears.]
Description:
[Enter description of this extension point.]
Configuration Markup:
<!ELEMENT extension (indexerUI+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED>
<!ELEMENT indexerUI EMPTY>
<!ATTLIST indexerUI
id CDATA #REQUIRED
name CDATA #REQUIRED
indexerID CDATA #REQUIRED
class CDATA #REQUIRED>
- id - a unique id for this indexer page
- name - a UI name for this page to be used in the UI
- indexerID - the unique id of the indexer that this UI is associated with
- class - the class that implements
org.eclipse.cdt.ui.index2.AbstractIndexerPage
Examples:
[Enter extension point usage example here.]
API Information:
[Enter API information here.]
Supplied Implementation:
[Enter information about supplied implementation of this extension point.]