GEF v2.0

org.eclipse.gef.ui.palette
Class ImageConstants

java.lang.Object
  |
  +--org.eclipse.gef.ui.palette.ImageConstants

public class ImageConstants
extends Object


Field Summary
static Image down
           
static Image downGrayed
           
static Image downPressed
           
static Image up
           
static Image upGrayed
           
static Image upPressed
           
 
Constructor Summary
ImageConstants()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

up

public static final Image up

upPressed

public static final Image upPressed

upGrayed

public static final Image upGrayed

down

public static final Image down

downPressed

public static final Image downPressed

downGrayed

public static final Image downGrayed
Constructor Detail

ImageConstants

public ImageConstants()

GEF v2.0