org.eclipse.draw2d
Interface ColorConstants

All Known Implementing Classes:
SchemeBorder

public interface ColorConstants

A collection of color-related constants.


Field Summary
static org.eclipse.swt.graphics.Color black
          Misc.
static org.eclipse.swt.graphics.Color blue
          Misc.
static org.eclipse.swt.graphics.Color button
           
static org.eclipse.swt.graphics.Color buttonDarker
           
static org.eclipse.swt.graphics.Color buttonDarkest
           
static org.eclipse.swt.graphics.Color buttonLightest
           
static org.eclipse.swt.graphics.Color cyan
          Misc.
static org.eclipse.swt.graphics.Color darkBlue
          Misc.
static org.eclipse.swt.graphics.Color darkGray
          Misc.
static org.eclipse.swt.graphics.Color darkGreen
          Misc.
static org.eclipse.swt.graphics.Color gray
          Misc.
static org.eclipse.swt.graphics.Color green
          Misc.
static org.eclipse.swt.graphics.Color lightBlue
          Misc.
static org.eclipse.swt.graphics.Color lightGray
          Misc.
static org.eclipse.swt.graphics.Color lightGreen
          Misc.
static org.eclipse.swt.graphics.Color listBackground
           
static org.eclipse.swt.graphics.Color listForeground
           
static org.eclipse.swt.graphics.Color menuBackground
           
static org.eclipse.swt.graphics.Color menuBackgroundSelected
           
static org.eclipse.swt.graphics.Color menuForeground
           
static org.eclipse.swt.graphics.Color menuForegroundSelected
           
static org.eclipse.swt.graphics.Color orange
          Misc.
static org.eclipse.swt.graphics.Color red
          Misc.
static org.eclipse.swt.graphics.Color titleBackground
           
static org.eclipse.swt.graphics.Color titleForeground
           
static org.eclipse.swt.graphics.Color titleGradient
           
static org.eclipse.swt.graphics.Color titleInactiveBackground
           
static org.eclipse.swt.graphics.Color titleInactiveForeground
           
static org.eclipse.swt.graphics.Color titleInactiveGradient
           
static org.eclipse.swt.graphics.Color tooltipBackground
           
static org.eclipse.swt.graphics.Color tooltipForeground
           
static org.eclipse.swt.graphics.Color white
          Misc.
static org.eclipse.swt.graphics.Color yellow
          Misc.
 

Field Detail

buttonLightest

public static final org.eclipse.swt.graphics.Color buttonLightest
See Also:
SWT.COLOR_WIDGET_HIGHLIGHT_SHADOW

button

public static final org.eclipse.swt.graphics.Color button
See Also:
SWT.COLOR_WIDGET_BACKGROUND

buttonDarker

public static final org.eclipse.swt.graphics.Color buttonDarker
See Also:
SWT.COLOR_WIDGET_NORMAL_SHADOW

buttonDarkest

public static final org.eclipse.swt.graphics.Color buttonDarkest
See Also:
SWT.COLOR_WIDGET_DARK_SHADOW

listBackground

public static final org.eclipse.swt.graphics.Color listBackground
See Also:
SWT.COLOR_LIST_BACKGROUND

listForeground

public static final org.eclipse.swt.graphics.Color listForeground
See Also:
SWT.COLOR_LIST_FOREGROUND

menuBackground

public static final org.eclipse.swt.graphics.Color menuBackground
See Also:
SWT.COLOR_WIDGET_BACKGROUND

menuForeground

public static final org.eclipse.swt.graphics.Color menuForeground
See Also:
SWT.COLOR_WIDGET_FOREGROUND

menuBackgroundSelected

public static final org.eclipse.swt.graphics.Color menuBackgroundSelected
See Also:
SWT.COLOR_LIST_SELECTION

menuForegroundSelected

public static final org.eclipse.swt.graphics.Color menuForegroundSelected
See Also:
SWT.COLOR_LIST_SELECTION_TEXT

titleBackground

public static final org.eclipse.swt.graphics.Color titleBackground
See Also:
SWT.COLOR_TITLE_BACKGROUND

titleGradient

public static final org.eclipse.swt.graphics.Color titleGradient
See Also:
SWT.COLOR_TITLE_BACKGROUND_GRADIENT

titleForeground

public static final org.eclipse.swt.graphics.Color titleForeground
See Also:
SWT.COLOR_TITLE_FOREGROUND

titleInactiveForeground

public static final org.eclipse.swt.graphics.Color titleInactiveForeground
See Also:
SWT.COLOR_TITLE_INACTIVE_FOREGROUND

titleInactiveBackground

public static final org.eclipse.swt.graphics.Color titleInactiveBackground
See Also:
SWT.COLOR_TITLE_INACTIVE_FOREGROUND

titleInactiveGradient

public static final org.eclipse.swt.graphics.Color titleInactiveGradient
See Also:
SWT.COLOR_TITLE_INACTIVE_FOREGROUND

tooltipForeground

public static final org.eclipse.swt.graphics.Color tooltipForeground
See Also:
SWT.COLOR_INFO_FOREGROUND

tooltipBackground

public static final org.eclipse.swt.graphics.Color tooltipBackground
See Also:
SWT.COLOR_INFO_BACKGROUND

white

public static final org.eclipse.swt.graphics.Color white
Misc. colors


lightGray

public static final org.eclipse.swt.graphics.Color lightGray
Misc. colors


gray

public static final org.eclipse.swt.graphics.Color gray
Misc. colors


darkGray

public static final org.eclipse.swt.graphics.Color darkGray
Misc. colors


black

public static final org.eclipse.swt.graphics.Color black
Misc. colors


red

public static final org.eclipse.swt.graphics.Color red
Misc. colors


orange

public static final org.eclipse.swt.graphics.Color orange
Misc. colors


yellow

public static final org.eclipse.swt.graphics.Color yellow
Misc. colors


green

public static final org.eclipse.swt.graphics.Color green
Misc. colors


lightGreen

public static final org.eclipse.swt.graphics.Color lightGreen
Misc. colors


darkGreen

public static final org.eclipse.swt.graphics.Color darkGreen
Misc. colors


cyan

public static final org.eclipse.swt.graphics.Color cyan
Misc. colors


lightBlue

public static final org.eclipse.swt.graphics.Color lightBlue
Misc. colors


blue

public static final org.eclipse.swt.graphics.Color blue
Misc. colors


darkBlue

public static final org.eclipse.swt.graphics.Color darkBlue
Misc. colors