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.
ISharedImages.getImage(IMG_OBJS_FOO )to access the shared standardImageobject (caller must not dispose of image).ISharedImages.getImageDescriptor(IMG_OBJS_FOO )to access the standardImageDescriptorobject (caller is responsible for disposing of anyImageobjects it creates using this descriptor).This interface is not intended to be implemented by clients.