public interface SystemColorName
Specifies the name of a system color in a cascading stylesheet.
All names are given in lower case. System color names are not case sensitive.
References:
- CSS Color Module Level 4, System Color
- w3.org/
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringActive window border.static final StringActive window caption.static final Stringstatic final StringBackground color of multiple document interface.static final StringDesktop background.static final Stringstatic final Stringstatic final StringThe color of the border facing the light source for 3-D elements that appear 3-D due to one layer of surrounding border.static final StringThe color of the border away from the light source for 3-D elements that appear 3-D due to one layer of surrounding border.static final Stringstatic final Stringstatic final Stringstatic final StringText in caption, size box, and scrollbar arrow box.static final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringInactive window border.static final StringInactive window caption.static final StringColor of text in an inactive caption.static final StringBackground color for tooltip controls.static final StringText color for tooltip controls.static final Stringstatic final Stringstatic final Stringstatic final StringMenu background.static final StringText in menus.static final StringScroll bar gray area.static final StringThe color of the darker (generally outer) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.static final StringThe face background color for 3-D elements that appear 3-D due to two concentric layers of surrounding border.static final StringThe color of the lighter (generally outer) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.static final StringThe color of the darker (generally inner) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.static final StringThe color of the lighter (generally inner) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border.static final Stringstatic final StringWindow background.static final StringWindow frame.static final StringText in windows.
-
Field Details
-
CANVAS
- See Also:
-
CANVAS_TEXT
- See Also:
-
LINK_TEXT
- See Also:
-
VISITED_TEXT
- See Also:
-
ACTIVE_TEXT
- See Also:
-
BUTTON_FACE
- See Also:
-
BUTTON_TEXT
- See Also:
-
BUTTON_BORDER
- See Also:
-
FIELD
- See Also:
-
FIELD_TEXT
- See Also:
-
HIGHLIGHT
- See Also:
-
HIGHLIGHT_TEXT
- See Also:
-
MARK
- See Also:
-
MARK_TEXT
- See Also:
-
GRAY_TEXT
- See Also:
-
ACTIVE_BORDER
Active window border. Same as ButtonBorder.- See Also:
-
ACTIVE_CAPTION
Active window caption. Same as CanvasText.- See Also:
-
APP_WORKSPACE
Background color of multiple document interface. Same as Canvas.- See Also:
-
BACKGROUND
Desktop background. Same as Canvas.- See Also:
-
BUTTON_HIGHLIGHT
The color of the border facing the light source for 3-D elements that appear 3-D due to one layer of surrounding border. Same as ButtonFace.- See Also:
-
BUTTON_SHADOW
The color of the border away from the light source for 3-D elements that appear 3-D due to one layer of surrounding border. Same as ButtonFace.- See Also:
-
CAPTION_TEXT
Text in caption, size box, and scrollbar arrow box. Same as CanvasText.- See Also:
-
INACTIVE_BORDER
Inactive window border. Same as ButtonBorder.- See Also:
-
INACTIVE_CAPTION
Inactive window caption. Same as Canvas.- See Also:
-
INACTIVE_CAPTION_TEXT
Color of text in an inactive caption. Same as GrayText.- See Also:
-
INFO_BACKGROUND
Background color for tooltip controls. Same as Canvas.- See Also:
-
INFO_TEXT
Text color for tooltip controls. Same as CanvasText.- See Also:
-
MENU
Menu background. Same as Canvas.- See Also:
-
MENU_TEXT
Text in menus. Same as CanvasText.- See Also:
-
SCROLLBAR
Scroll bar gray area. Same as Canvas.- See Also:
-
THREE_D_DARK_SHADOW
The color of the darker (generally outer) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonBorder.- See Also:
-
THREE_D_FACE
The face background color for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonFace.- See Also:
-
THREE_D_HIGHLIGHT
The color of the lighter (generally outer) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonBorder.- See Also:
-
THREE_D_LIGHT_SHADOW
The color of the darker (generally inner) of the two borders facing the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonBorder.- See Also:
-
THREE_D_SHADOW
The color of the lighter (generally inner) of the two borders away from the light source for 3-D elements that appear 3-D due to two concentric layers of surrounding border. Same as ButtonBorder.- See Also:
-
WINDOW
Window background. Same as Canvas.- See Also:
-
WINDOW_FRAME
Window frame. Same as ButtonBorder.- See Also:
-
WINDOW_TEXT
Text in windows. Same as CanvasText.- See Also:
-