A registry for common images used by the workbench which may be useful
to other plug-ins.
This class provides Image and ImageDescriptors
for each named image in the interface. All Image objects provided
by this class are managed by this class and must never be disposed
by other clients.
This interface is not intended to be implemented by clients.
Retrieves the specified image from the workbench plugin's image registry.
Note: The returned Image is managed by the workbench; clients
must not dispose of the returned image.
Parameters: symbolicName - the symbolic name of the image; there are constantsdeclared in this interface for build-in images that come with the workbench the image, or null if not found
getImageDescriptor
public ImageDescriptor getImageDescriptor(String symbolicName)(Code)
Retrieves the image descriptor for specified image from the workbench's
image registry. Unlike Images, image descriptors themselves do
not need to be disposed.
Parameters: symbolicName - the symbolic name of the image; there are constantsdeclared in this interface for build-in images that come with the workbench the image descriptor, or null if not found