public class BackgroundColorCommand extends java.lang.Object implements ConfigurationCommand<java.awt.Component>
Constructor and Description |
---|
BackgroundColorCommand(java.awt.Color color)
Creates a background color configuration command.
|
Modifier and Type | Method and Description |
---|---|
void |
configure(java.awt.Component ab)
Configures the specified control.
|
public BackgroundColorCommand(java.awt.Color color)
color
- Background color to set.public void configure(java.awt.Component ab)
ConfigurationCommand
configure
in interface ConfigurationCommand<java.awt.Component>
ab
- Control to configure.