Search Category
Identifier
org.eclipse.update.ui.searchCategoryDescription
[Enter description of this extension point]Markup
<!ELEMENT extension (search+)>
<!ATTLIST extension
point CDATA #REQUIRED
id CDATA #IMPLIED
name CDATA #IMPLIED
>
<!ELEMENT search (description?)>
<!ATTLIST search
id CDATA #REQUIRED
name CDATA #REQUIRED
class CDATA #IMPLIED
icon CDATA #IMPLIED
>
- id - unique identifier of this search category
- name - translatable name of this search category
- class - a fully qualified name of the class that implements
org.eclipse.update.internal.ui.search.ISearchQuery.
- icon - a relative path to the image that will be used to represent
instances of this search category in the UI.
<!ELEMENT description (#CDATA)>
Example
[Enter extension point usage example here.]API Information
[Enter API information here.]Supplied Implementation
[Enter information about supplied implementation of this extension point.]