| org.eclipse.ui.internal.misc.ProgramImageDescriptor
ProgramImageDescriptor | public class ProgramImageDescriptor extends ImageDescriptor (Code) | | An image descriptor that loads its data from a program file.
|
Method Summary | |
public boolean | equals(Object o) | public Image | getImage() Returns an SWT Image that is described by the information
in this descriptor. | public ImageData | getImageData() Returns an SWT Image that is described by the information
in this descriptor. | public int | hashCode() |
ProgramImageDescriptor | public ProgramImageDescriptor(String fullPath, int offsetInFile)(Code) | | Creates a new ImageDescriptor. The image is loaded
from a file with the given name name .
|
getImage | public Image getImage()(Code) | | Returns an SWT Image that is described by the information
in this descriptor. Each call returns a new Image.
|
getImageData | public ImageData getImageData()(Code) | | Returns an SWT Image that is described by the information
in this descriptor.
|
|
|