categories

Identifier:
com.ps.consul.eclipse.ui.categories

Since:
2.3

Description:
Extension point to register non-editable categories for the visualisation view.
The view holds and visualises items for visualisation manipulations like currently filters and table layouts.
These items can be managed by sorting them below categories, which forms a tree structure.
The user can add change and remove categories while runtime himself, or there may be categories which are fixed and cannot be changed. Such categories are registered here.

Configuration Markup:

<!ELEMENT extension (category)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

Extension point for categories.



<!ELEMENT category (partreference+ , category?)>

<!ATTLIST category

id       CDATA #REQUIRED

name     CDATA #REQUIRED

parentID CDATA #IMPLIED

editable (true | false)

image    CDATA #IMPLIED>

An additional category.



<!ELEMENT partreference EMPTY>

<!ATTLIST partreference

partid CDATA #REQUIRED>

An additional part reference.



Examples:
<category id="the id of the category"
          name="the name of the category to be displayed"
          image="the icon of the category to be displayed"
          parentID="the id of the parent category"
</category>