java.lang.Object
java.awt.Color
java.awt.SystemColor
- All Implemented Interfaces:
Paint,Transparency,Serializable
A class to encapsulate symbolic colors representing the color of
native GUI objects on a system. For systems which support the dynamic
update of the system colors (when the user changes the colors)
the actual RGB values of these symbolic colors will also change
dynamically. In order to compare the "current" RGB value of a
SystemColor object with a non-symbolic Color object,
getRGB should be used rather than equals.
Note that the way in which these system colors are applied to GUI objects may vary slightly from platform to platform since GUI objects may be rendered differently on each platform.
System color values may also be available through the getDesktopProperty
method on java.awt.Toolkit.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic intThe array index for theactiveCaptionsystem color.static intThe array index for theactiveCaptionBordersystem color.static intThe array index for theactiveCaptionTextsystem color.static SystemColorThe color rendered for the window-title background of the currently active window.static SystemColorThe color rendered for the border around the currently active window.static SystemColorThe color rendered for the window-title text of the currently active window.static SystemColorThe color rendered for the background of control panels and control objects, such as pushbuttons.static intThe array index for thecontrolsystem color.static intThe array index for thecontrolDkShadowsystem color.static intThe array index for thecontrolHighlightsystem color.static intThe array index for thecontrolLtHighlightsystem color.static intThe array index for thecontrolShadowsystem color.static intThe array index for thecontrolTextsystem color.static SystemColorThe color rendered for dark shadow areas on 3D control objects, such as pushbuttons.static SystemColorThe color rendered for light areas of 3D control objects, such as pushbuttons.static SystemColorThe color rendered for highlight areas of 3D control objects, such as pushbuttons.static SystemColorThe color rendered for shadow areas of 3D control objects, such as pushbuttons.static SystemColorThe color rendered for the text of control panels and control objects, such as pushbuttons.static SystemColorThe color rendered for the background of the desktop.static intThe array index for thedesktopsystem color.static intThe array index for theinactiveCaptionsystem color.static intThe array index for theinactiveCaptionBordersystem color.static intThe array index for theinactiveCaptionTextsystem color.static SystemColorThe color rendered for the window-title background of inactive windows.static SystemColorThe color rendered for the border around inactive windows.static SystemColorThe color rendered for the window-title text of inactive windows.static SystemColorThe color rendered for the background of tooltips or spot help.static intThe array index for theinfosystem color.static intThe array index for theinfoTextsystem color.static SystemColorThe color rendered for the text of tooltips or spot help.static SystemColorThe color rendered for the background of menus.static intThe array index for themenusystem color.static intThe array index for themenuTextsystem color.static SystemColorThe color rendered for the text of menus.static intThe number of system colors in the array.static SystemColorThe color rendered for the background of scrollbars.static intThe array index for thescrollbarsystem color.static SystemColorThe color rendered for the background of text control objects, such as textfields and comboboxes.static intThe array index for thetextsystem color.static intThe array index for thetextHighlightsystem color.static intThe array index for thetextHighlightTextsystem color.static intThe array index for thetextInactiveTextsystem color.static intThe array index for thetextTextsystem color.static SystemColorThe color rendered for the background of selected items, such as in menus, comboboxes, and text.static SystemColorThe color rendered for the text of selected items, such as in menus, comboboxes, and text.static SystemColorThe color rendered for the text of inactive items, such as in menus.static SystemColorThe color rendered for the text of text control objects, such as textfields and comboboxes.static SystemColorThe color rendered for the background of interior regions inside windows.static intThe array index for thewindowsystem color.static intThe array index for thewindowBordersystem color.static intThe array index for thewindowTextsystem color.static SystemColorThe color rendered for the border around interior regions inside windows.static SystemColorThe color rendered for text of interior regions inside windows.Fields declared in class java.awt.Color
black, BLACK, blue, BLUE, cyan, CYAN, DARK_GRAY, darkGray, gray, GRAY, green, GREEN, LIGHT_GRAY, lightGray, magenta, MAGENTA, orange, ORANGE, pink, PINK, red, RED, white, WHITE, yellow, YELLOWFields declared in interface java.awt.Transparency
BITMASK, OPAQUE, TRANSLUCENT -
Method Summary
Methods declared in class java.awt.Color
brighter, createContext, darker, decode, equals, getAlpha, getBlue, getColor, getColor, getColor, getColorComponents, getColorComponents, getColorSpace, getComponents, getComponents, getGreen, getHSBColor, getRed, getRGB, getRGBColorComponents, getRGBComponents, getTransparency, hashCode, HSBtoRGB, RGBtoHSB
-
Field Details
-
DESKTOP
The array index for thedesktopsystem color.- See Also:
desktop, Constant Field Values
-
ACTIVE_CAPTION
The array index for theactiveCaptionsystem color.- See Also:
activeCaption, Constant Field Values
-
ACTIVE_CAPTION_TEXT
The array index for theactiveCaptionTextsystem color.- See Also:
activeCaptionText, Constant Field Values
-
ACTIVE_CAPTION_BORDER
The array index for theactiveCaptionBordersystem color.- See Also:
activeCaptionBorder, Constant Field Values
-
INACTIVE_CAPTION
The array index for theinactiveCaptionsystem color.- See Also:
inactiveCaption, Constant Field Values
-
INACTIVE_CAPTION_TEXT
The array index for theinactiveCaptionTextsystem color.- See Also:
inactiveCaptionText, Constant Field Values
-
INACTIVE_CAPTION_BORDER
The array index for theinactiveCaptionBordersystem color.- See Also:
inactiveCaptionBorder, Constant Field Values
-
WINDOW
The array index for thewindowsystem color.- See Also:
window, Constant Field Values
-
WINDOW_BORDER
The array index for thewindowBordersystem color.- See Also:
windowBorder, Constant Field Values
-
WINDOW_TEXT
The array index for thewindowTextsystem color.- See Also:
windowText, Constant Field Values
-
MENU
The array index for themenusystem color.- See Also:
menu, Constant Field Values
-
MENU_TEXT
The array index for themenuTextsystem color.- See Also:
menuText, Constant Field Values
-
TEXT
The array index for thetextsystem color.- See Also:
text, Constant Field Values
-
TEXT_TEXT
The array index for thetextTextsystem color.- See Also:
textText, Constant Field Values
-
TEXT_HIGHLIGHT
The array index for thetextHighlightsystem color.- See Also:
textHighlight, Constant Field Values
-
TEXT_HIGHLIGHT_TEXT
The array index for thetextHighlightTextsystem color.- See Also:
textHighlightText, Constant Field Values
-
TEXT_INACTIVE_TEXT
The array index for thetextInactiveTextsystem color.- See Also:
textInactiveText, Constant Field Values
-
CONTROL
The array index for thecontrolsystem color.- See Also:
control, Constant Field Values
-
CONTROL_TEXT
The array index for thecontrolTextsystem color.- See Also:
controlText, Constant Field Values
-
CONTROL_HIGHLIGHT
The array index for thecontrolHighlightsystem color.- See Also:
controlHighlight, Constant Field Values
-
CONTROL_LT_HIGHLIGHT
The array index for thecontrolLtHighlightsystem color.- See Also:
controlLtHighlight, Constant Field Values
-
CONTROL_SHADOW
The array index for thecontrolShadowsystem color.- See Also:
controlShadow, Constant Field Values
-
CONTROL_DK_SHADOW
The array index for thecontrolDkShadowsystem color.- See Also:
controlDkShadow, Constant Field Values
-
SCROLLBAR
The array index for thescrollbarsystem color.- See Also:
scrollbar, Constant Field Values
-
INFO
The array index for theinfosystem color.- See Also:
info, Constant Field Values
-
INFO_TEXT
The array index for theinfoTextsystem color.- See Also:
infoText, Constant Field Values
-
NUM_COLORS
The number of system colors in the array.- See Also:
- Constant Field Values
-
desktop
The color rendered for the background of the desktop. -
activeCaption
The color rendered for the window-title background of the currently active window. -
activeCaptionText
The color rendered for the window-title text of the currently active window. -
activeCaptionBorder
The color rendered for the border around the currently active window. -
inactiveCaption
The color rendered for the window-title background of inactive windows. -
inactiveCaptionText
The color rendered for the window-title text of inactive windows. -
inactiveCaptionBorder
The color rendered for the border around inactive windows. -
window
The color rendered for the background of interior regions inside windows. -
windowBorder
The color rendered for the border around interior regions inside windows. -
windowText
The color rendered for text of interior regions inside windows. -
text
The color rendered for the background of text control objects, such as textfields and comboboxes. -
textText
The color rendered for the text of text control objects, such as textfields and comboboxes. -
textHighlight
The color rendered for the background of selected items, such as in menus, comboboxes, and text. -
textHighlightText
The color rendered for the text of selected items, such as in menus, comboboxes, and text. -
textInactiveText
The color rendered for the text of inactive items, such as in menus. -
control
The color rendered for the background of control panels and control objects, such as pushbuttons. -
controlText
The color rendered for the text of control panels and control objects, such as pushbuttons. -
controlHighlight
The color rendered for light areas of 3D control objects, such as pushbuttons. This color is typically derived from thecontrolbackground color to provide a 3D effect. -
controlLtHighlight
The color rendered for highlight areas of 3D control objects, such as pushbuttons. This color is typically derived from thecontrolbackground color to provide a 3D effect. -
controlShadow
The color rendered for shadow areas of 3D control objects, such as pushbuttons. This color is typically derived from thecontrolbackground color to provide a 3D effect. -
controlDkShadow
The color rendered for dark shadow areas on 3D control objects, such as pushbuttons. This color is typically derived from thecontrolbackground color to provide a 3D effect. -
scrollbar
The color rendered for the background of scrollbars. -
info
The color rendered for the background of tooltips or spot help. -
infoText
The color rendered for the text of tooltips or spot help.
-
-
Method Details
-
toString
Returns a string representation of thisColor's values. This method is intended to be used only for debugging purposes, and the content and format of the returned string may vary between implementations. The returned string may be empty but may not benull.
-