org.eclipse.ohf.stem.ui
Interface ISharedColors


public interface ISharedColors

This interface contains identifiers used to mark SWT colors added to this plug-in's color registry. These colors are intended to be shared by referencing the color registry and using the identifiers defined here to select the appropriate color.


Field Summary
static java.lang.String GRAY
          Color yellow -- used as background for text
static java.lang.String GREEN
          Color green -- used as background when simulation is running
static java.lang.String ORANGE
          Color orange -- used as background when simulation is resetted
static java.lang.String YELLOW
          Color yellow -- used as background when simulation is paused
 

Field Detail

GREEN

static final java.lang.String GREEN
Color green -- used as background when simulation is running

See Also:
Constant Field Values

ORANGE

static final java.lang.String ORANGE
Color orange -- used as background when simulation is resetted

See Also:
Constant Field Values

YELLOW

static final java.lang.String YELLOW
Color yellow -- used as background when simulation is paused

See Also:
Constant Field Values

GRAY

static final java.lang.String GRAY
Color yellow -- used as background for text

See Also:
Constant Field Values