Interface IColorManager
- All Known Implementing Classes:
AbstractColorManager
,DefaultColorManager
public interface IColorManager
-
Field Summary
Fields Modifier and Type Field Description static org.eclipse.swt.graphics.Color
black
static org.eclipse.swt.graphics.Color
blueButtonBackground
static org.eclipse.swt.graphics.Color[]
blueHeaderColor
static org.eclipse.swt.graphics.Color
blueToolbarColor
static org.eclipse.swt.graphics.Color
darkBlue
static org.eclipse.swt.graphics.Color[]
darkBrownColor
static org.eclipse.swt.graphics.Color
lightBlue
static org.eclipse.swt.graphics.Color[]
lightBlueButtonColor
static org.eclipse.swt.graphics.Color
lightBlueToolbarcolor
static org.eclipse.swt.graphics.Color[]
lightBrownColor
static org.eclipse.swt.graphics.Color[]
lightBrownColorReverse
static org.eclipse.swt.graphics.Color[]
lightOliveButtonColor
static org.eclipse.swt.graphics.Color
lightOliveToolbarcolor
static org.eclipse.swt.graphics.Color[]
lightSilverButtonColor
static org.eclipse.swt.graphics.Color
lightSilverToolbarcolor
static org.eclipse.swt.graphics.Color
o2007blueBot
static org.eclipse.swt.graphics.Color
o2007blueMid
static org.eclipse.swt.graphics.Color
o2007blueTop
static org.eclipse.swt.graphics.Color
o2007borderColor
static org.eclipse.swt.graphics.Color
o2007buttonBackgroundColor
static org.eclipse.swt.graphics.Color
o2007darkResizeColor
static org.eclipse.swt.graphics.Color
o2007lightResizeColor
static org.eclipse.swt.graphics.Color
o2007orangeHoveredBot
static org.eclipse.swt.graphics.Color
o2007orangeHoveredMid
static org.eclipse.swt.graphics.Color
o2007orangeHoveredTop
static org.eclipse.swt.graphics.Color
o2007orangeHoverSelectedBot
static org.eclipse.swt.graphics.Color
o2007orangeHoverSelectedMid
static org.eclipse.swt.graphics.Color
o2007orangeHoverSelectedTop
static org.eclipse.swt.graphics.Color
o2007orangeSelectedBot
static org.eclipse.swt.graphics.Color
o2007orangeSelectedMid
static org.eclipse.swt.graphics.Color
o2007orangeSelectedTop
static org.eclipse.swt.graphics.Color
oliveButtonBackground
static org.eclipse.swt.graphics.Color[]
oliveHeaderColor
static org.eclipse.swt.graphics.Color
oliveToolbarColor
static org.eclipse.swt.graphics.Color
silverButtonBackground
static org.eclipse.swt.graphics.Color[]
silverHeaderColor
static org.eclipse.swt.graphics.Color
silverToolbarColor
static int
SKIN_AUTO_DETECT
static int
SKIN_BLUE
static int
SKIN_NONE
static int
SKIN_OFFICE_2007
static int
SKIN_OLIVE
static int
SKIN_SILVER
static org.eclipse.swt.graphics.Color
white
-
Method Summary
Modifier and Type Method Description void
dispose()
org.eclipse.swt.graphics.Color
getBorderColor()
org.eclipse.swt.graphics.Color
getButtonBackgroundColorBottom()
org.eclipse.swt.graphics.Color
getButtonBackgroundColorMiddle()
org.eclipse.swt.graphics.Color
getButtonBackgroundColorTop()
org.eclipse.swt.graphics.Color
getDarkResizeColor()
org.eclipse.swt.graphics.Color
getDotDarkColor()
org.eclipse.swt.graphics.Color
getDotLightColor()
org.eclipse.swt.graphics.Color
getDotMiddleColor()
org.eclipse.swt.graphics.Color
getHoverButtonBackgroundColorBottom()
org.eclipse.swt.graphics.Color
getHoverButtonBackgroundColorMiddle()
org.eclipse.swt.graphics.Color
getHoverButtonBackgroundColorTop()
org.eclipse.swt.graphics.Color
getHoverSelectedButtonBackgroundColorBottom()
org.eclipse.swt.graphics.Color
getHoverSelectedButtonBackgroundColorMiddle()
org.eclipse.swt.graphics.Color
getHoverSelectedButtonBackgroundColorTop()
org.eclipse.swt.graphics.Color
getLightResizeColor()
org.eclipse.swt.graphics.Color
getSelectedButtonBackgroundColorBottom()
org.eclipse.swt.graphics.Color
getSelectedButtonBackgroundColorMiddle()
org.eclipse.swt.graphics.Color
getSelectedButtonBackgroundColorTop()
int
getTheme()
void
setTheme(int theme)
-
Field Details
-
white
static final org.eclipse.swt.graphics.Color white -
black
static final org.eclipse.swt.graphics.Color black -
blueHeaderColor
static final org.eclipse.swt.graphics.Color[] blueHeaderColor -
lightBlueButtonColor
static final org.eclipse.swt.graphics.Color[] lightBlueButtonColor -
blueButtonBackground
static final org.eclipse.swt.graphics.Color blueButtonBackground -
blueToolbarColor
static final org.eclipse.swt.graphics.Color blueToolbarColor -
lightBlueToolbarcolor
static final org.eclipse.swt.graphics.Color lightBlueToolbarcolor -
oliveHeaderColor
static final org.eclipse.swt.graphics.Color[] oliveHeaderColor -
lightOliveButtonColor
static final org.eclipse.swt.graphics.Color[] lightOliveButtonColor -
oliveButtonBackground
static final org.eclipse.swt.graphics.Color oliveButtonBackground -
oliveToolbarColor
static final org.eclipse.swt.graphics.Color oliveToolbarColor -
lightOliveToolbarcolor
static final org.eclipse.swt.graphics.Color lightOliveToolbarcolor -
silverHeaderColor
static final org.eclipse.swt.graphics.Color[] silverHeaderColor -
lightSilverButtonColor
static final org.eclipse.swt.graphics.Color[] lightSilverButtonColor -
silverButtonBackground
static final org.eclipse.swt.graphics.Color silverButtonBackground -
silverToolbarColor
static final org.eclipse.swt.graphics.Color silverToolbarColor -
lightSilverToolbarcolor
static final org.eclipse.swt.graphics.Color lightSilverToolbarcolor -
lightBrownColor
static final org.eclipse.swt.graphics.Color[] lightBrownColor -
lightBrownColorReverse
static final org.eclipse.swt.graphics.Color[] lightBrownColorReverse -
darkBrownColor
static final org.eclipse.swt.graphics.Color[] darkBrownColor -
o2007blueTop
static final org.eclipse.swt.graphics.Color o2007blueTop -
o2007blueMid
static final org.eclipse.swt.graphics.Color o2007blueMid -
o2007blueBot
static final org.eclipse.swt.graphics.Color o2007blueBot -
o2007orangeSelectedTop
static final org.eclipse.swt.graphics.Color o2007orangeSelectedTop -
o2007orangeSelectedMid
static final org.eclipse.swt.graphics.Color o2007orangeSelectedMid -
o2007orangeSelectedBot
static final org.eclipse.swt.graphics.Color o2007orangeSelectedBot -
o2007orangeHoverSelectedTop
static final org.eclipse.swt.graphics.Color o2007orangeHoverSelectedTop -
o2007orangeHoverSelectedMid
static final org.eclipse.swt.graphics.Color o2007orangeHoverSelectedMid -
o2007orangeHoverSelectedBot
static final org.eclipse.swt.graphics.Color o2007orangeHoverSelectedBot -
o2007orangeHoveredTop
static final org.eclipse.swt.graphics.Color o2007orangeHoveredTop -
o2007orangeHoveredMid
static final org.eclipse.swt.graphics.Color o2007orangeHoveredMid -
o2007orangeHoveredBot
static final org.eclipse.swt.graphics.Color o2007orangeHoveredBot -
o2007buttonBackgroundColor
static final org.eclipse.swt.graphics.Color o2007buttonBackgroundColor -
o2007borderColor
static final org.eclipse.swt.graphics.Color o2007borderColor -
o2007lightResizeColor
static final org.eclipse.swt.graphics.Color o2007lightResizeColor -
o2007darkResizeColor
static final org.eclipse.swt.graphics.Color o2007darkResizeColor -
darkBlue
static final org.eclipse.swt.graphics.Color darkBlue -
lightBlue
static final org.eclipse.swt.graphics.Color lightBlue -
SKIN_NONE
static final int SKIN_NONE- See Also:
- Constant Field Values
-
SKIN_AUTO_DETECT
static final int SKIN_AUTO_DETECT- See Also:
- Constant Field Values
-
SKIN_BLUE
static final int SKIN_BLUE- See Also:
- Constant Field Values
-
SKIN_OLIVE
static final int SKIN_OLIVE- See Also:
- Constant Field Values
-
SKIN_SILVER
static final int SKIN_SILVER- See Also:
- Constant Field Values
-
SKIN_OFFICE_2007
static final int SKIN_OFFICE_2007- See Also:
- Constant Field Values
-
-
Method Details
-
getDarkResizeColor
org.eclipse.swt.graphics.Color getDarkResizeColor() -
getLightResizeColor
org.eclipse.swt.graphics.Color getLightResizeColor() -
getBorderColor
org.eclipse.swt.graphics.Color getBorderColor() -
getDotDarkColor
org.eclipse.swt.graphics.Color getDotDarkColor() -
getDotLightColor
org.eclipse.swt.graphics.Color getDotLightColor() -
getDotMiddleColor
org.eclipse.swt.graphics.Color getDotMiddleColor() -
getButtonBackgroundColorTop
org.eclipse.swt.graphics.Color getButtonBackgroundColorTop() -
getButtonBackgroundColorMiddle
org.eclipse.swt.graphics.Color getButtonBackgroundColorMiddle() -
getButtonBackgroundColorBottom
org.eclipse.swt.graphics.Color getButtonBackgroundColorBottom() -
getSelectedButtonBackgroundColorTop
org.eclipse.swt.graphics.Color getSelectedButtonBackgroundColorTop() -
getSelectedButtonBackgroundColorMiddle
org.eclipse.swt.graphics.Color getSelectedButtonBackgroundColorMiddle() -
getSelectedButtonBackgroundColorBottom
org.eclipse.swt.graphics.Color getSelectedButtonBackgroundColorBottom() -
getHoverButtonBackgroundColorTop
org.eclipse.swt.graphics.Color getHoverButtonBackgroundColorTop() -
getHoverButtonBackgroundColorMiddle
org.eclipse.swt.graphics.Color getHoverButtonBackgroundColorMiddle() -
getHoverButtonBackgroundColorBottom
org.eclipse.swt.graphics.Color getHoverButtonBackgroundColorBottom() -
getHoverSelectedButtonBackgroundColorTop
org.eclipse.swt.graphics.Color getHoverSelectedButtonBackgroundColorTop() -
getHoverSelectedButtonBackgroundColorMiddle
org.eclipse.swt.graphics.Color getHoverSelectedButtonBackgroundColorMiddle() -
getHoverSelectedButtonBackgroundColorBottom
org.eclipse.swt.graphics.Color getHoverSelectedButtonBackgroundColorBottom() -
setTheme
void setTheme(int theme) -
getTheme
int getTheme() -
dispose
void dispose()
-