org.eclipse.gef
Class SharedImages

java.lang.Object
  extended byorg.eclipse.gef.SharedImages

public class SharedImages
extends java.lang.Object

A class containing shared Images and ImageDescriptors for use by clients.

Since:
2.1

Field Summary
static org.eclipse.jface.resource.ImageDescriptor DESC_MARQUEE_TOOL_16
          A 16x16 Icon representing the Marquee Tool
static org.eclipse.jface.resource.ImageDescriptor DESC_MARQUEE_TOOL_24
          A 24x24 Icon representing the Marquee Tool
static org.eclipse.jface.resource.ImageDescriptor DESC_SELECTION_TOOL_16
          A 16x16 Icon representing the Selection Tool
static org.eclipse.jface.resource.ImageDescriptor DESC_SELECTION_TOOL_24
          A 24x24 Icon representing the Selection Tool
 
Constructor Summary
SharedImages()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DESC_SELECTION_TOOL_16

public static final org.eclipse.jface.resource.ImageDescriptor DESC_SELECTION_TOOL_16
A 16x16 Icon representing the Selection Tool


DESC_SELECTION_TOOL_24

public static final org.eclipse.jface.resource.ImageDescriptor DESC_SELECTION_TOOL_24
A 24x24 Icon representing the Selection Tool


DESC_MARQUEE_TOOL_16

public static final org.eclipse.jface.resource.ImageDescriptor DESC_MARQUEE_TOOL_16
A 16x16 Icon representing the Marquee Tool


DESC_MARQUEE_TOOL_24

public static final org.eclipse.jface.resource.ImageDescriptor DESC_MARQUEE_TOOL_24
A 24x24 Icon representing the Marquee Tool

Constructor Detail

SharedImages

public SharedImages()