Standard images provided by the Java UI plug-in. This class offers access to the
standard images in two forms:
Use ISharedImages.getImage(IMG_OBJS_FOO)
to access the shared standard Image object (caller must not
dispose of image).
Use ISharedImages.getImageDescriptor(IMG_OBJS_FOO)
to access the standard ImageDescriptor object (caller is
responsible for disposing of any Image objects it creates using
this descriptor).
This interface is not intended to be implemented by clients.
Returns the shared image managed under the given key.
Note that clients must not dispose the image returned by this method.
Parameters: key - the image key; one of the IMG_OBJS_* constants the shared image managed under the given key, or nullif none
getImageDescriptor
public ImageDescriptor getImageDescriptor(String key)(Code)
Returns the image descriptor managed under the given key.
Parameters: key - the image key; one of the IMG_OBJS_* constants the image descriptor managed under the given key, or nullif none