public class Nimbus6u10 extends AbstractLookAndFeelColors
listeners
CONTROL_SHADOW, PANEL_BACKGROUND, PANEL_FOREGROUND, SELECTION, TITLE_BACKGROUND, TITLE_FOREGROUND, TITLE_SELECTION_BACKGROUND, TITLE_SELECTION_FOREGROUND, WINDOW_BORDER
Constructor and Description |
---|
Nimbus6u10()
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 |
put(String colorKey,
String lafKey)
Tells this
Nimbus6u10 that the color colorKey
should be read from the UIManager using lafKey
as key. |
void |
unbind()
Called when this objects gets deactivated.
|
addListener, fireColorChanged, fireColorsChanged, removeListener
public void put(String colorKey, String lafKey)
Nimbus6u10
that the color colorKey
should be read from the UIManager
using lafKey
as key.colorKey
- name of a colorlafKey
- key used by the UIManager
public Color getColor(String key)
LookAndFeelColors
key
- one of the string keys defined in this interface, clients
may extend the set of keys.key
or null
public void bind()
LookAndFeelColors
public void unbind()
LookAndFeelColors