public class ControlColors extends Object
| Modifier and Type | Field and Description |
|---|---|
Color |
disabledBackground |
Color |
disabledForeground |
static ControlColors |
noColors |
| Constructor and Description |
|---|
ControlColors() |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor(boolean foreground,
boolean disabled,
Color defaultColor) |
static ControlColors |
getFor(Control c) |
ControlColors |
setFor(Control c) |
public Color disabledForeground
public Color disabledBackground
public static ControlColors noColors
public static ControlColors getFor(Control c)
public ControlColors setFor(Control c)