Image Providers

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

Since:
1.0

Description:
Image providers maps images from ID's to file names.
All registered image providers are loaded by the image manager the central instance for resolve graphics.

Configuration Markup:

<!ELEMENT extension (provider)+>

<!ATTLIST extension

point CDATA #REQUIRED

id    CDATA #IMPLIED

name  CDATA #IMPLIED>

Extension point for additional image provider.



<!ELEMENT provider EMPTY>

<!ATTLIST provider

class      CDATA #REQUIRED

name       CDATA #IMPLIED

resolution CDATA #REQUIRED>

An additional image provider.



Examples:
<provider class="the implementing java class"
          name="the name of the provider"
          resolution="the resolution of the provided images (icons)">
</provider>