Eclipse Draw2d
2.1

org.eclipse.draw2d
Interface ColorConstants

All Known Implementing Classes:
SchemeBorder

public interface ColorConstants

A collection of color-related constants.


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

Field Detail

buttonLightest

public static final Color buttonLightest
See Also:
SWT.COLOR_WIDGET_HIGHLIGHT_SHADOW

button

public static final Color button
See Also:
SWT.COLOR_WIDGET_BACKGROUND

buttonDarker

public static final Color buttonDarker
See Also:
SWT.COLOR_WIDGET_NORMAL_SHADOW

buttonDarkest

public static final Color buttonDarkest
See Also:
SWT.COLOR_WIDGET_DARK_SHADOW

listBackground

public static final Color listBackground
See Also:
SWT.COLOR_LIST_BACKGROUND

listForeground

public static final Color listForeground
See Also:
SWT.COLOR_LIST_FOREGROUND

menuBackground

public static final Color menuBackground
See Also:
SWT.COLOR_WIDGET_BACKGROUND

menuForeground

public static final Color menuForeground
See Also:
SWT.COLOR_WIDGET_FOREGROUND

menuBackgroundSelected

public static final Color menuBackgroundSelected
See Also:
SWT.COLOR_LIST_SELECTION

menuForegroundSelected

public static final Color menuForegroundSelected
See Also:
SWT.COLOR_LIST_SELECTION_TEXT

titleBackground

public static final Color titleBackground
See Also:
SWT.COLOR_TITLE_BACKGROUND

titleGradient

public static final Color titleGradient
See Also:
SWT.COLOR_TITLE_BACKGROUND_GRADIENT

titleForeground

public static final Color titleForeground
See Also:
SWT.COLOR_TITLE_FOREGROUND

titleInactiveForeground

public static final Color titleInactiveForeground
See Also:
SWT.COLOR_TITLE_INACTIVE_FOREGROUND

titleInactiveBackground

public static final Color titleInactiveBackground
See Also:
SWT.COLOR_TITLE_INACTIVE_FOREGROUND

titleInactiveGradient

public static final Color titleInactiveGradient
See Also:
SWT.COLOR_TITLE_INACTIVE_FOREGROUND

tooltipForeground

public static final Color tooltipForeground
See Also:
SWT.COLOR_INFO_FOREGROUND

tooltipBackground

public static final Color tooltipBackground
See Also:
SWT.COLOR_INFO_BACKGROUND

white

public static final Color white
Misc. colors


lightGray

public static final Color lightGray
Misc. colors


gray

public static final Color gray
Misc. colors


darkGray

public static final Color darkGray
Misc. colors


black

public static final Color black
Misc. colors


red

public static final Color red
Misc. colors


orange

public static final Color orange
Misc. colors


yellow

public static final Color yellow
Misc. colors


green

public static final Color green
Misc. colors


lightGreen

public static final Color lightGreen
Misc. colors


darkGreen

public static final Color darkGreen
Misc. colors


cyan

public static final Color cyan
Misc. colors


lightBlue

public static final Color lightBlue
Misc. colors


blue

public static final Color blue
Misc. colors


darkBlue

public static final Color darkBlue
Misc. colors


Eclipse Draw2d
2.1

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.