public class AbstractColorManager extends java.lang.Object implements IColorManager
black, blueButtonBackground, blueHeaderColor, blueToolbarColor, darkBlue, darkBrownColor, lightBlue, lightBlueButtonColor, lightBlueToolbarcolor, lightBrownColor, lightBrownColorReverse, lightOliveButtonColor, lightOliveToolbarcolor, lightSilverButtonColor, lightSilverToolbarcolor, o2007blueBot, o2007blueMid, o2007blueTop, o2007borderColor, o2007buttonBackgroundColor, o2007darkResizeColor, o2007lightResizeColor, o2007orangeHoveredBot, o2007orangeHoveredMid, o2007orangeHoveredTop, o2007orangeHoverSelectedBot, o2007orangeHoverSelectedMid, o2007orangeHoverSelectedTop, o2007orangeSelectedBot, o2007orangeSelectedMid, o2007orangeSelectedTop, oliveButtonBackground, oliveHeaderColor, oliveToolbarColor, silverButtonBackground, silverHeaderColor, silverToolbarColor, SKIN_AUTO_DETECT, SKIN_BLUE, SKIN_NONE, SKIN_OFFICE_2007, SKIN_OLIVE, SKIN_SILVER, white| Constructor and Description |
|---|
AbstractColorManager() |
AbstractColorManager(int theme) |
| Modifier and Type | Method and 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) |
public AbstractColorManager()
public AbstractColorManager(int theme)
public org.eclipse.swt.graphics.Color getHoverButtonBackgroundColorBottom()
getHoverButtonBackgroundColorBottom in interface IColorManagerpublic org.eclipse.swt.graphics.Color getHoverButtonBackgroundColorMiddle()
getHoverButtonBackgroundColorMiddle in interface IColorManagerpublic org.eclipse.swt.graphics.Color getHoverButtonBackgroundColorTop()
getHoverButtonBackgroundColorTop in interface IColorManagerpublic org.eclipse.swt.graphics.Color getHoverSelectedButtonBackgroundColorBottom()
getHoverSelectedButtonBackgroundColorBottom in interface IColorManagerpublic org.eclipse.swt.graphics.Color getHoverSelectedButtonBackgroundColorMiddle()
getHoverSelectedButtonBackgroundColorMiddle in interface IColorManagerpublic org.eclipse.swt.graphics.Color getHoverSelectedButtonBackgroundColorTop()
getHoverSelectedButtonBackgroundColorTop in interface IColorManagerpublic org.eclipse.swt.graphics.Color getSelectedButtonBackgroundColorBottom()
getSelectedButtonBackgroundColorBottom in interface IColorManagerpublic org.eclipse.swt.graphics.Color getSelectedButtonBackgroundColorMiddle()
getSelectedButtonBackgroundColorMiddle in interface IColorManagerpublic org.eclipse.swt.graphics.Color getSelectedButtonBackgroundColorTop()
getSelectedButtonBackgroundColorTop in interface IColorManagerpublic org.eclipse.swt.graphics.Color getButtonBackgroundColorTop()
getButtonBackgroundColorTop in interface IColorManagerpublic org.eclipse.swt.graphics.Color getButtonBackgroundColorMiddle()
getButtonBackgroundColorMiddle in interface IColorManagerpublic org.eclipse.swt.graphics.Color getButtonBackgroundColorBottom()
getButtonBackgroundColorBottom in interface IColorManagerpublic org.eclipse.swt.graphics.Color getDarkResizeColor()
getDarkResizeColor in interface IColorManagerpublic org.eclipse.swt.graphics.Color getLightResizeColor()
getLightResizeColor in interface IColorManagerpublic org.eclipse.swt.graphics.Color getBorderColor()
getBorderColor in interface IColorManagerpublic org.eclipse.swt.graphics.Color getDotDarkColor()
getDotDarkColor in interface IColorManagerpublic org.eclipse.swt.graphics.Color getDotLightColor()
getDotLightColor in interface IColorManagerpublic org.eclipse.swt.graphics.Color getDotMiddleColor()
getDotMiddleColor in interface IColorManagerpublic void setTheme(int theme)
setTheme in interface IColorManagerpublic int getTheme()
getTheme in interface IColorManagerpublic void dispose()
dispose in interface IColorManager