public abstract class ComponentColorChecker extends Object
| Modifier and Type | Field and Description |
|---|---|
static ComponentColorChecker |
BACKGROUND |
static ComponentColorChecker |
FOREGROUND |
| Constructor and Description |
|---|
ComponentColorChecker() |
| Modifier and Type | Method and Description |
|---|---|
void |
check(String errorMessage,
Object expectedColor,
Component component) |
abstract Color |
getColor(Component component) |
public static final ComponentColorChecker FOREGROUND
public static final ComponentColorChecker BACKGROUND
Copyright © 2004–2016. All rights reserved.