public class DefaultLookAndFeelColors extends AbstractLookAndFeelColors
listenersCONTROL_SHADOW, PANEL_BACKGROUND, PANEL_FOREGROUND, SELECTION, TITLE_BACKGROUND, TITLE_FOREGROUND, TITLE_SELECTION_BACKGROUND, TITLE_SELECTION_FOREGROUND, WINDOW_BORDER| Constructor and Description |
|---|
DefaultLookAndFeelColors()
Creates a new object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
bind()
Called when this objects gets activated.
|
Color |
getColor(String key)
Searches for a color respecting the properties of the current
LookAndFeel.
|
void |
unbind()
Called when this objects gets deactivated.
|
addListener, fireColorChanged, fireColorsChanged, removeListenerpublic Color getColor(String key)
LookAndFeelColorskey - one of the string keys defined in this interface, clients
may extend the set of keys.key or nullpublic void bind()
LookAndFeelColorspublic void unbind()
LookAndFeelColorsCopyright © 2017 Docking Frames. All rights reserved.