public enum SystemColor extends java.lang.Enum<SystemColor>
Modifier and Type | Method and Description |
---|---|
static SystemColor |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SystemColor[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemColor ACTIVE_BORDER
public static final SystemColor ACTIVE_CAPTION
public static final SystemColor APPLICATION_WORKSPACE
public static final SystemColor BACKGROUND
public static final SystemColor BUTTON_FACE
public static final SystemColor BUTTON_HIGHLIGHT
public static final SystemColor BUTTON_SHADOW
public static final SystemColor BUTTON_TEXT
public static final SystemColor CAPTION_TEXT
public static final SystemColor GRADIENT_ACTIVE_CAPTION
public static final SystemColor GRADIENT_INACTIVE_CAPTION
public static final SystemColor GRAY_TEXT
public static final SystemColor HIGHLIGHT
public static final SystemColor HIGHLIGHT_TEXT
public static final SystemColor HOT_LIGHT
public static final SystemColor INACTIVE_BORDER
public static final SystemColor INACTIVE_CAPTION
public static final SystemColor INACTIVE_CAPTION_TEXT
public static final SystemColor INFO_BACKGROUND
public static final SystemColor INFO_TEXT
public static final SystemColor MENU
public static final SystemColor MENU_BAR
public static final SystemColor MENU_HIGHLIGHT
public static final SystemColor MENU_TEXT
public static final SystemColor SCROLL_BAR
public static final SystemColor WINDOW
public static final SystemColor WINDOW_FRAME
public static final SystemColor WINDOW_TEXT
public static final SystemColor X_3D_DARK_SHADOW
public static final SystemColor X_3D_LIGHT
public static SystemColor[] values()
for (SystemColor c : SystemColor.values()) System.out.println(c);
public static SystemColor valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright 2020 The Apache Software Foundation or its licensors, as applicable.