public abstract class AbstractColorManager extends java.lang.Object implements IColorManager
calendarBlueBorder, calendarBlueHeader, calendarOliveBorder, calendarOliveHeader, calendarSilverBorder, calendarSilverHeader, SKIN_AUTO_DETECT, SKIN_BLUE, SKIN_NONE, SKIN_OLIVE, SKIN_SILVER| Constructor and Description |
|---|
AbstractColorManager() |
AbstractColorManager(int theme) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
org.eclipse.swt.graphics.Color |
getArrowColor() |
org.eclipse.swt.graphics.Color |
getCalendarBackgroundColor() |
org.eclipse.swt.graphics.Color |
getCalendarBorderColor() |
org.eclipse.swt.graphics.Color |
getCalendarHeaderColor() |
org.eclipse.swt.graphics.Color |
getDisabledDayForegroundColor() |
org.eclipse.swt.graphics.Color |
getLineColor() |
org.eclipse.swt.graphics.Color |
getPreviousAndNextMonthForegroundColor() |
org.eclipse.swt.graphics.Color |
getSelectedDayBorderColor() |
org.eclipse.swt.graphics.Color |
getSelectedDayColor() |
org.eclipse.swt.graphics.Color |
getTextColor() |
int |
getTheme() |
void |
setTheme(int theme) |
public AbstractColorManager()
public AbstractColorManager(int theme)
public org.eclipse.swt.graphics.Color getCalendarHeaderColor()
getCalendarHeaderColor in interface IColorManagerpublic org.eclipse.swt.graphics.Color getCalendarBorderColor()
getCalendarBorderColor in interface IColorManagerpublic org.eclipse.swt.graphics.Color getCalendarBackgroundColor()
getCalendarBackgroundColor in interface IColorManagerpublic org.eclipse.swt.graphics.Color getLineColor()
getLineColor in interface IColorManagerpublic org.eclipse.swt.graphics.Color getSelectedDayBorderColor()
getSelectedDayBorderColor in interface IColorManagerpublic org.eclipse.swt.graphics.Color getSelectedDayColor()
getSelectedDayColor in interface IColorManagerpublic org.eclipse.swt.graphics.Color getTextColor()
getTextColor in interface IColorManagerpublic org.eclipse.swt.graphics.Color getArrowColor()
getArrowColor in interface IColorManagerpublic org.eclipse.swt.graphics.Color getPreviousAndNextMonthForegroundColor()
getPreviousAndNextMonthForegroundColor in interface IColorManagerpublic org.eclipse.swt.graphics.Color getDisabledDayForegroundColor()
getDisabledDayForegroundColor in interface IColorManagerpublic void setTheme(int theme)
public int getTheme()
public void dispose()