public interface ColorConstants
| Modifier and Type | Interface and Description |
|---|---|
static class |
ColorConstants.SystemColorFactory |
| Modifier and Type | Field and Description |
|---|---|
static Color |
black
One of the pre-defined colors
|
static Color |
blue
One of the pre-defined colors
|
static Color |
button |
static Color |
buttonDarker |
static Color |
buttonDarkest |
static Color |
buttonLightest |
static Color |
cyan
One of the pre-defined colors
|
static Color |
darkBlue
One of the pre-defined colors
|
static Color |
darkGray
One of the pre-defined colors
|
static Color |
darkGreen
One of the pre-defined colors
|
static Color |
gray
One of the pre-defined colors
|
static Color |
green
One of the pre-defined colors
|
static Color |
lightBlue
One of the pre-defined colors
|
static Color |
lightGray
One of the pre-defined colors
|
static Color |
lightGreen
One of the pre-defined colors
|
static Color |
listBackground |
static Color |
listForeground |
static Color |
menuBackground |
static Color |
menuBackgroundSelected |
static Color |
menuForeground |
static Color |
menuForegroundSelected |
static Color |
orange
One of the pre-defined colors
|
static Color |
red
One of the pre-defined 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
One of the pre-defined colors
|
static Color |
yellow
One of the pre-defined colors
|
static final Color buttonLightest
SWT.COLOR_WIDGET_HIGHLIGHT_SHADOWstatic final Color button
SWT.COLOR_WIDGET_BACKGROUNDstatic final Color buttonDarker
SWT.COLOR_WIDGET_NORMAL_SHADOWstatic final Color buttonDarkest
SWT.COLOR_WIDGET_DARK_SHADOWstatic final Color listBackground
SWT.COLOR_LIST_BACKGROUNDstatic final Color listForeground
SWT.COLOR_LIST_FOREGROUNDstatic final Color menuBackground
SWT.COLOR_WIDGET_BACKGROUNDstatic final Color menuForeground
SWT.COLOR_WIDGET_FOREGROUNDstatic final Color menuBackgroundSelected
SWT.COLOR_LIST_SELECTIONstatic final Color menuForegroundSelected
SWT.COLOR_LIST_SELECTION_TEXTstatic final Color titleBackground
SWT.COLOR_TITLE_BACKGROUNDstatic final Color titleGradient
SWT.COLOR_TITLE_BACKGROUND_GRADIENTstatic final Color titleForeground
SWT.COLOR_TITLE_FOREGROUNDstatic final Color titleInactiveForeground
SWT.COLOR_TITLE_INACTIVE_FOREGROUNDstatic final Color titleInactiveBackground
SWT.COLOR_TITLE_INACTIVE_BACKGROUNDstatic final Color titleInactiveGradient
static final Color tooltipForeground
SWT.COLOR_INFO_FOREGROUNDstatic final Color tooltipBackground
SWT.COLOR_INFO_BACKGROUNDstatic final Color white
static final Color lightGray
static final Color gray
static final Color darkGray
static final Color black
static final Color red
static final Color orange
static final Color yellow
static final Color green
static final Color lightGreen
static final Color darkGreen
static final Color cyan
static final Color lightBlue
static final Color blue
static final Color darkBlue
Copyright (c) IBM Corp. and others 2000, 2011. All Rights Reserved.