Class ColorHelper
java.lang.Object
xal.extension.widgets.swing.wheelswitch.util.ColorHelper
Helper class that provides simple access to most often used Color UI
resources
- Version:
- $id$
- Author:
- Jernej Kamenik
- See Also:
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic Color
getAlarm()
Returns the default CosyBeans alarm Color.static Color
Returns the default CosyBeans alarm outline Color.static Color
Returns the default control Color, which should be used to render the background of controls used in applicationsstatic Color
Returns the default control dark shadow Colorstatic Color
Returns the default control highlight Colorstatic Color
Returns the default control highlight Colorstatic Color
Returns the default control shadow Colorstatic Color
Returns the default control text Colorstatic Color
Returns the default CosyBeans control Colorstatic Color
Returns the default CosyBeans control dark shadow Colorstatic Color
Returns the default CosyBeans control highlight Colorstatic Color
Returns the default CosyBeans control shadow Colorstatic Color
Returns the default CosyBenas control text Colorstatic Color
Returns the default CosyBeans error text Colorstatic Color
Returns the default CosyBeans input background Colorstatic Color
Returns the default CosyBeans overlay Colorstatic Color
Returns the default CosyBeans emergency Color.static Color
Returns the default CosyBeans emergency outline Color.static Color
getError()
Returns the default Color used to render errors.static Color
getFocus()
Returns the default focus Colorstatic Color
static Color
getText()
Returns the default text Colorstatic Color
Returns the default text highlight Colorstatic Color
static Color
Returns the default CosyBeans timeout Color.static Color
static Color
Returns the default CosyBeans warning Color.static Color
Returns the default CosyBeans warning outline Color.static Color
Returns the default window background Color
-
Field Details
-
COLOR_NAMES
-
JAVA_COLOR_NAMES
-
-
Method Details
-
getControl
Returns the default control Color, which should be used to render the background of controls used in applications- Returns:
- Control color
-
getControlShadow
Returns the default control shadow Color- Returns:
- Color
-
getControlDarkShadow
Returns the default control dark shadow Color- Returns:
- Color
-
getControlHighlight
Returns the default control highlight Color- Returns:
- Color
-
getControlLightHighlight
Returns the default control highlight Color- Returns:
- Color
-
getControlText
Returns the default control text Color- Returns:
- Color
-
getWindowBackground
Returns the default window background Color- Returns:
- Color
-
getText
Returns the default text Color- Returns:
- Color
-
getTextHighlight
Returns the default text highlight Color- Returns:
- Color
-
getTextHighlightText
- Returns:
-
getFocus
Returns the default focus Color- Returns:
- Color
- See Also:
-
getCosyControl
Returns the default CosyBeans control Color- Returns:
- Color
-
getCosyControlHighlight
Returns the default CosyBeans control highlight Color- Returns:
- Color
-
getCosyControlShadow
Returns the default CosyBeans control shadow Color- Returns:
- Color
-
getCosyControlDarkShadow
Returns the default CosyBeans control dark shadow Color- Returns:
- Color
-
getCosyControlText
Returns the default CosyBenas control text Color- Returns:
- Color
-
getCosyInputBackground
Returns the default CosyBeans input background Color- Returns:
- Color
-
getCosyErrorText
Returns the default CosyBeans error text Color- Returns:
- Color
-
getCosyOverlay
Returns the default CosyBeans overlay Color- Returns:
- Color
-
getTimeOut
Returns the default CosyBeans timeout Color.- Returns:
- Color
-
getTimeOutOutline
-
getWarning
Returns the default CosyBeans warning Color.- Returns:
- Color
-
getWarningOutline
Returns the default CosyBeans warning outline Color.- Returns:
- Color
-
getError
Returns the default Color used to render errors.- Returns:
- Color
-
getAlarm
Returns the default CosyBeans alarm Color.- Returns:
- Color that should be used to render alarm states
-
getAlarmOutline
Returns the default CosyBeans alarm outline Color.- Returns:
- Color that should be used to render outline of alarm symbols
-
getEmergency
Returns the default CosyBeans emergency Color.- Returns:
- Color
-
getEmergencyOutline
Returns the default CosyBeans emergency outline Color.- Returns:
- Color
-
getHyperlink
-