Package org.eclipse.draw2d
Interface ColorConstants
- All Known Implementing Classes:
ButtonBorder,SchemeBorder,SimpleEtchedBorder,SimpleLoweredBorder,SimpleRaisedBorder
public interface ColorConstants
A collection of color-related constants.
- Since:
- 3.13
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic class -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ColorOne of the pre-defined colorsstatic final ColorOne of the pre-defined colorsstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final ColorOne of the pre-defined colorsstatic final ColorOne of the pre-defined colorsstatic final ColorOne of the pre-defined colorsstatic final ColorOne of the pre-defined colorsstatic final ColorOne of the pre-defined colorsstatic final ColorOne of the pre-defined colorsstatic final ColorOne of the pre-defined colorsstatic final ColorOne of the pre-defined colorsstatic final ColorOne of the pre-defined colorsstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final ColorOne of the pre-defined colorsstatic final ColorOne of the pre-defined colorsstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final Colorstatic final ColorOne of the pre-defined colorsstatic final ColorOne of the pre-defined colors
-
Field Details
-
buttonLightest
- See Also:
-
button
- See Also:
-
buttonDarker
- See Also:
-
buttonDarkest
- See Also:
-
listBackground
- See Also:
-
listForeground
- Since:
- 3.13
- See Also:
-
lineForeground
- Since:
- 3.13
-
titleBackground
- See Also:
-
titleGradient
- See Also:
-
titleForeground
- See Also:
-
titleInactiveForeground
- See Also:
-
titleInactiveBackground
- See Also:
-
titleInactiveGradient
- See Also:
-
tooltipForeground
- See Also:
-
tooltipBackground
- Since:
- 3.13
- See Also:
-
listHoverBackgroundColor
- Since:
- 3.13
-
listSelectedBackgroundColor
- Since:
- 3.13
-
white
One of the pre-defined colors -
lightGray
One of the pre-defined colors -
gray
One of the pre-defined colors -
darkGray
One of the pre-defined colors -
black
One of the pre-defined colors -
red
One of the pre-defined colors -
orange
One of the pre-defined colors -
yellow
One of the pre-defined colors -
green
One of the pre-defined colors -
lightGreen
One of the pre-defined colors -
darkGreen
One of the pre-defined colors -
cyan
One of the pre-defined colors -
lightBlue
One of the pre-defined colors -
blue
One of the pre-defined colors -
darkBlue
One of the pre-defined colors
-