| |
|
| org.eclipse.ui.internal.misc.ExternalProgramImageDescriptor
ExternalProgramImageDescriptor | public class ExternalProgramImageDescriptor extends ImageDescriptor (Code) | | The external program image descriptor is the descriptor used to
handle images that are from a Program.
|
Field Summary | |
public Program | program |
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() |
program | public Program program(Code) | | |
ExternalProgramImageDescriptor | public ExternalProgramImageDescriptor(Program program)(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. Each call returns a new Image.
|
|
|
|