|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecttest.check.command.ForegroundColorCommand
public class ForegroundColorCommand
A configure command that sets the specified foreground color on the specified component.
Constructor Summary | |
---|---|
ForegroundColorCommand(java.awt.Color color)
Creates a foreground 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 ForegroundColorCommand(java.awt.Color color)
color
- Foreground 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 |