|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttest.check.command.BackgroundColorCommand
public class BackgroundColorCommand
A configure command that sets the specified background color on the specified component.
| Constructor Summary | |
|---|---|
BackgroundColorCommand(java.awt.Color color)
Creates a background color configuration command. |
|
| Method Summary | |
|---|---|
void |
configure(java.awt.Component ab)
Configures the specified control. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BackgroundColorCommand(java.awt.Color color)
color - Background color to set.| Method Detail |
|---|
public void configure(java.awt.Component ab)
ConfigurationCommand
configure in interface ConfigurationCommand<java.awt.Component>ab - Control to configure.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||