public static ImageDescriptor findImageDescriptor(String path)(Code)
Respects images residing in any plug-in. If path is relative,
then this bundle is looked up for the image, otherwise, for absolute
path, first segment is taken as id of plug-in with image
Parameters: path - the path to image, either absolute (with plug-in id as first segment), or relative for bundled images the image descriptor
Returns an image for the image file at the given plug-in relative path.
Client do not need to dispose this image. Images will be disposed automatically.
Parameters: path - the path image instance
getBundledImageDescriptor
public static ImageDescriptor getBundledImageDescriptor(String path)(Code)
Returns an image descriptor for the image file at the given
plug-in relative path.
Parameters: path - the path the image descriptor