A registry for common images which may be useful to other plug-ins.
This lists the ImageDescriptor s that are available via
RegistryPlugin.getImageResource(). The fact that a constant is mentioned here, by convention,
makes the associated Image part of the Plug-In API.
To use one of these images:
ImageRegistry images = RegistryPlugin.getDefault().getImageRegistry();
ImageDescriptor image = images.getDescriptor(ISharedImages.IMG_DATASTORE_OBJ);
This interface is not intended to be implemented by clients.
|