GEF v2.0

org.eclipse.gef
Interface SharedImageConstants

All Known Implementing Classes:
GEFPlugin

public interface SharedImageConstants

Contains constants used in conjunction with GEFPlugin.

See Also:
GEFPlugin.getImage(String), GEFPlugin.getImageDescriptor(String)

Field Summary
static String ICON_TOOL_ARROW_16
          Use this key to obtain the Icon from GEFPlugin.getImage(String).
static String ICON_TOOL_ARROW_32
          Use this key to obtain the Icon from GEFPlugin.getImage(String).
static String ICON_TOOL_MARQUEE_16
          Use this key to obtain the Icon from GEFPlugin.getImage(String).
 

Field Detail

ICON_TOOL_MARQUEE_16

public static final String ICON_TOOL_MARQUEE_16
Use this key to obtain the Icon from GEFPlugin.getImage(String).

ICON_TOOL_ARROW_16

public static final String ICON_TOOL_ARROW_16
Use this key to obtain the Icon from GEFPlugin.getImage(String).

ICON_TOOL_ARROW_32

public static final String ICON_TOOL_ARROW_32
Use this key to obtain the Icon from GEFPlugin.getImage(String).

GEF v2.0