SystemColors Enum
Defines system color constants that correspond to standard Windows system colors.
Declaration
public enum SystemColors extends Enum<SystemColors> implements IIntEnum
Members
| Name | Description |
|---|---|
ACTIVE_BORDER
|
|
ACTIVE_CAPTION
|
|
APP_WORKSPACE
|
|
BACKGROUND
|
|
BUTTON_FACE
|
|
BUTTON_HIGHLIGHT
|
|
BUTTON_SHADOW
|
|
BUTTON_TEXT
|
|
CAPTION_TEXT
|
|
DARK_SHADOW_3_D
|
|
EMPTY
|
|
GRADIENT_ACTIVE_CAPTION
|
|
GRADIENT_INACTIVE_CAPTION
|
|
GRAY_TEXT
|
|
HIGHLIGHT
|
|
HIGHLIGHT_TEXT
|
|
HOT_LIGHT
|
|
INACTIVE_BORDER
|
|
INACTIVE_CAPTION
|
|
INACTIVE_CAPTION_TEXT
|
|
INFO_BACKGROUND
|
|
INFO_TEXT
|
|
LIGHT_3_D
|
|
MENU
|
|
MENU_BAR
|
|
MENU_HIGHLIGHT
|
|
MENU_TEXT
|
|
SCROLL_BAR
|
|
WINDOW
|
|
WINDOW_FRAME
|
|
WINDOW_TEXT
|
|
fromValue(int value)
|
Converts an integer value to the corresponding |
getName()
|
Returns the name of this |
getValue()
|
Returns the integer value of this |
toString()
|
Returns a string representation of this |
valueOf(String name)
|
Returns the |
values()
|
Returns an array that contains all |