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
calendarBlueBorder
static org.eclipse.swt.graphics.Color
calendarBlueHeader
static org.eclipse.swt.graphics.Color
calendarOliveBorder
static org.eclipse.swt.graphics.Color
calendarOliveHeader
static org.eclipse.swt.graphics.Color
calendarSilverBorder
static org.eclipse.swt.graphics.Color
calendarSilverHeader
static int
SKIN_AUTO_DETECT
static int
SKIN_BLUE
static int
SKIN_NONE
static int
SKIN_OLIVE
static int
SKIN_SILVER
-
Method Summary
Modifier and Type Method Description 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()
-
Field Details
-
calendarBlueHeader
static final org.eclipse.swt.graphics.Color calendarBlueHeader -
calendarBlueBorder
static final org.eclipse.swt.graphics.Color calendarBlueBorder -
calendarOliveHeader
static final org.eclipse.swt.graphics.Color calendarOliveHeader -
calendarOliveBorder
static final org.eclipse.swt.graphics.Color calendarOliveBorder -
calendarSilverHeader
static final org.eclipse.swt.graphics.Color calendarSilverHeader -
calendarSilverBorder
static final org.eclipse.swt.graphics.Color calendarSilverBorder -
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
-
-
Method Details
-
getCalendarBorderColor
org.eclipse.swt.graphics.Color getCalendarBorderColor() -
getCalendarHeaderColor
org.eclipse.swt.graphics.Color getCalendarHeaderColor() -
getLineColor
org.eclipse.swt.graphics.Color getLineColor() -
getSelectedDayColor
org.eclipse.swt.graphics.Color getSelectedDayColor() -
getSelectedDayBorderColor
org.eclipse.swt.graphics.Color getSelectedDayBorderColor() -
getCalendarBackgroundColor
org.eclipse.swt.graphics.Color getCalendarBackgroundColor() -
getDisabledDayForegroundColor
org.eclipse.swt.graphics.Color getDisabledDayForegroundColor() -
getPreviousAndNextMonthForegroundColor
org.eclipse.swt.graphics.Color getPreviousAndNextMonthForegroundColor() -
getTextColor
org.eclipse.swt.graphics.Color getTextColor() -
getArrowColor
org.eclipse.swt.graphics.Color getArrowColor()
-