org.eclipse.gef.internal
Class InternalImages

java.lang.Object
  extended byorg.eclipse.gef.internal.InternalImages

public class InternalImages
extends java.lang.Object


Field Summary
static org.eclipse.jface.resource.ImageDescriptor DESC_FOLDER_CLOSED
           
static org.eclipse.jface.resource.ImageDescriptor DESC_FOLDER_OPEN
           
static org.eclipse.jface.resource.ImageDescriptor DESC_HORZ_ALIGN_CENTER
           
static org.eclipse.jface.resource.ImageDescriptor DESC_HORZ_ALIGN_CENTER_DIS
           
static org.eclipse.jface.resource.ImageDescriptor DESC_HORZ_ALIGN_LEFT
           
static org.eclipse.jface.resource.ImageDescriptor DESC_HORZ_ALIGN_LEFT_DIS
           
static org.eclipse.jface.resource.ImageDescriptor DESC_HORZ_ALIGN_RIGHT
           
static org.eclipse.jface.resource.ImageDescriptor DESC_HORZ_ALIGN_RIGHT_DIS
           
static org.eclipse.jface.resource.ImageDescriptor DESC_MATCH_HEIGHT
           
static org.eclipse.jface.resource.ImageDescriptor DESC_MATCH_HEIGHT_DIS
           
static org.eclipse.jface.resource.ImageDescriptor DESC_MATCH_WIDTH
           
static org.eclipse.jface.resource.ImageDescriptor DESC_MATCH_WIDTH_DIS
           
static org.eclipse.jface.resource.ImageDescriptor DESC_SEPARATOR
           
static org.eclipse.jface.resource.ImageDescriptor DESC_VERT_ALIGN_BOTTOM
           
static org.eclipse.jface.resource.ImageDescriptor DESC_VERT_ALIGN_BOTTOM_DIS
           
static org.eclipse.jface.resource.ImageDescriptor DESC_VERT_ALIGN_MIDDLE
           
static org.eclipse.jface.resource.ImageDescriptor DESC_VERT_ALIGN_MIDDLE_DIS
           
static org.eclipse.jface.resource.ImageDescriptor DESC_VERT_ALIGN_TOP
           
static org.eclipse.jface.resource.ImageDescriptor DESC_VERT_ALIGN_TOP_DIS
           
static org.eclipse.jface.resource.ImageDescriptor DESC_ZOOM_IN
           
static org.eclipse.jface.resource.ImageDescriptor DESC_ZOOM_OUT
           
static org.eclipse.jface.resource.ImageDescriptor ICON_MATCH_HEIGHT
           
static org.eclipse.jface.resource.ImageDescriptor ICON_MATCH_WIDTH
           
 
Constructor Summary
InternalImages()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESC_ZOOM_IN

public static final org.eclipse.jface.resource.ImageDescriptor DESC_ZOOM_IN

DESC_ZOOM_OUT

public static final org.eclipse.jface.resource.ImageDescriptor DESC_ZOOM_OUT

DESC_MATCH_WIDTH

public static final org.eclipse.jface.resource.ImageDescriptor DESC_MATCH_WIDTH

DESC_MATCH_HEIGHT

public static final org.eclipse.jface.resource.ImageDescriptor DESC_MATCH_HEIGHT

DESC_MATCH_WIDTH_DIS

public static final org.eclipse.jface.resource.ImageDescriptor DESC_MATCH_WIDTH_DIS

DESC_MATCH_HEIGHT_DIS

public static final org.eclipse.jface.resource.ImageDescriptor DESC_MATCH_HEIGHT_DIS

DESC_HORZ_ALIGN_CENTER

public static final org.eclipse.jface.resource.ImageDescriptor DESC_HORZ_ALIGN_CENTER

DESC_HORZ_ALIGN_LEFT

public static final org.eclipse.jface.resource.ImageDescriptor DESC_HORZ_ALIGN_LEFT

DESC_HORZ_ALIGN_RIGHT

public static final org.eclipse.jface.resource.ImageDescriptor DESC_HORZ_ALIGN_RIGHT

DESC_VERT_ALIGN_MIDDLE

public static final org.eclipse.jface.resource.ImageDescriptor DESC_VERT_ALIGN_MIDDLE

DESC_VERT_ALIGN_TOP

public static final org.eclipse.jface.resource.ImageDescriptor DESC_VERT_ALIGN_TOP

DESC_VERT_ALIGN_BOTTOM

public static final org.eclipse.jface.resource.ImageDescriptor DESC_VERT_ALIGN_BOTTOM

DESC_HORZ_ALIGN_CENTER_DIS

public static final org.eclipse.jface.resource.ImageDescriptor DESC_HORZ_ALIGN_CENTER_DIS

DESC_HORZ_ALIGN_LEFT_DIS

public static final org.eclipse.jface.resource.ImageDescriptor DESC_HORZ_ALIGN_LEFT_DIS

DESC_HORZ_ALIGN_RIGHT_DIS

public static final org.eclipse.jface.resource.ImageDescriptor DESC_HORZ_ALIGN_RIGHT_DIS

DESC_VERT_ALIGN_MIDDLE_DIS

public static final org.eclipse.jface.resource.ImageDescriptor DESC_VERT_ALIGN_MIDDLE_DIS

DESC_VERT_ALIGN_TOP_DIS

public static final org.eclipse.jface.resource.ImageDescriptor DESC_VERT_ALIGN_TOP_DIS

DESC_VERT_ALIGN_BOTTOM_DIS

public static final org.eclipse.jface.resource.ImageDescriptor DESC_VERT_ALIGN_BOTTOM_DIS

ICON_MATCH_WIDTH

public static final org.eclipse.jface.resource.ImageDescriptor ICON_MATCH_WIDTH

ICON_MATCH_HEIGHT

public static final org.eclipse.jface.resource.ImageDescriptor ICON_MATCH_HEIGHT

DESC_SEPARATOR

public static final org.eclipse.jface.resource.ImageDescriptor DESC_SEPARATOR

DESC_FOLDER_OPEN

public static final org.eclipse.jface.resource.ImageDescriptor DESC_FOLDER_OPEN

DESC_FOLDER_CLOSED

public static final org.eclipse.jface.resource.ImageDescriptor DESC_FOLDER_CLOSED
Constructor Detail

InternalImages

public InternalImages()