public class ImageHelper extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ImageHelper.Decorations |
static class |
ImageHelper.ImageImageDescriptor |
static interface |
ImageHelper.Type |
Constructor and Description |
---|
ImageHelper() |
Modifier and Type | Method and Description |
---|---|
static org.eclipse.jface.resource.ImageDescriptor |
decorate(int type,
org.eclipse.jface.resource.ImageDescriptor overlay) |
static org.eclipse.swt.graphics.Image |
getImage(int type) |
static org.eclipse.jface.resource.ImageDescriptor |
getImageDescriptor(int type) |
static org.eclipse.swt.graphics.Image |
getInboundImage(int type) |
static org.eclipse.jface.resource.ImageDescriptor |
getInboundImageDescriptor(int type) |
static org.eclipse.swt.graphics.Image |
getOutboundImage(int type) |
static org.eclipse.jface.resource.ImageDescriptor |
getOutboundImageDescriptor(int type) |
static int |
getType(IObject object) |
public static int getType(IObject object)
public static org.eclipse.jface.resource.ImageDescriptor getImageDescriptor(int type)
public static org.eclipse.swt.graphics.Image getImage(int type)
public static org.eclipse.jface.resource.ImageDescriptor getInboundImageDescriptor(int type)
public static org.eclipse.swt.graphics.Image getInboundImage(int type)
public static org.eclipse.jface.resource.ImageDescriptor getOutboundImageDescriptor(int type)
public static org.eclipse.swt.graphics.Image getOutboundImage(int type)
public static org.eclipse.jface.resource.ImageDescriptor decorate(int type, org.eclipse.jface.resource.ImageDescriptor overlay)