test.check.command
Class EnableCommand

java.lang.Object
  extended by test.check.command.EnableCommand
All Implemented Interfaces:
ConfigurationCommand<java.awt.Component>

public class EnableCommand
extends java.lang.Object
implements ConfigurationCommand<java.awt.Component>

A configure command that enables the specified component.

Author:
Kirill Grouchnikov

Constructor Summary
EnableCommand()
           
 
Method Summary
 void configure(java.awt.Component comp)
          Configures the specified control.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnableCommand

public EnableCommand()
Method Detail

configure

public void configure(java.awt.Component comp)
Description copied from interface: ConfigurationCommand
Configures the specified control.

Specified by:
configure in interface ConfigurationCommand<java.awt.Component>
Parameters:
comp - Control to configure.