Image Directory

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

Since:
1.4

Description:
This extension point may register directories, where images can be loaded from.
Every image that is loaded by the image manager is identified by a string constant.
If the directory contains an image with the file name of the string image identifier, than this image is used instead of the image provided by the ImageProviders Extension Point.

Configuration Markup:

<!ELEMENT extension (directory)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

Extension point for additional image directory.



<!ELEMENT directory EMPTY>

<!ATTLIST directory

path CDATA #REQUIRED>

An additional image directory.



Examples:
<directory path="the plugin relative path to the directory"
</directory>