|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objecttest.check.command.ChainCommand<T>
T - Component class.public class ChainCommand<T>
Chain command - applies a chain of configure commands on a component.
| Constructor Summary | |
|---|---|
ChainCommand(ConfigurationCommand<T>... commands)
Creates the chain command. |
|
| Method Summary | |
|---|---|
void |
configure(T component)
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 ChainCommand(ConfigurationCommand<T>... commands)
commands - Command chain.| Method Detail |
|---|
public void configure(T component)
ConfigurationCommand
configure in interface ConfigurationCommand<T>component - Control to configure.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||