Package org.eclipse.draw2d
Interface ColorProvider
- All Known Implementing Classes:
- BasicColorProvider
public interface ColorProvider
A collection of color-related constants.
- Since:
- 3.13
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescription
- 
Method Details- 
getButtonLightestColor getButtonLightest()
- 
getButtonColor getButton()
- 
getButtonDarkerColor getButtonDarker()
- 
getButtonDarkestColor getButtonDarkest()
- 
getListBackgroundColor getListBackground()
- 
getListForegroundColor getListForeground()
- 
getLineForegroundColor getLineForeground()
- 
getMenuBackgroundColor getMenuBackground()
- 
getMenuForegroundColor getMenuForeground()
- 
getMenuBackgroundSelectedColor getMenuBackgroundSelected()
- 
getMenuForegroundSelectedColor getMenuForegroundSelected()
- 
getTitleBackgroundColor getTitleBackground()
- 
getTitleGradientColor getTitleGradient()
- 
getTitleForegroundColor getTitleForeground()
- 
getTitleInactiveForegroundColor getTitleInactiveForeground()
- 
getTitleInactiveBackgroundColor getTitleInactiveBackground()
- 
getTitleInactiveGradientColor getTitleInactiveGradient()
- 
getTooltipForegroundColor getTooltipForeground()
- 
getTooltipBackgroundColor getTooltipBackground()
- 
getListHoverBackgroundColorColor getListHoverBackgroundColor()
- 
getListSelectedBackgroundColorColor getListSelectedBackgroundColor()
 
-