test.check.command
Class ClientPropertyCommand

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

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

A configure command that sets the specified client property to the specified value.

Author:
Kirill Grouchnikov

Constructor Summary
ClientPropertyCommand(java.lang.String propName, java.lang.Object propValue)
          Creates an client property 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

ClientPropertyCommand

public ClientPropertyCommand(java.lang.String propName,
                             java.lang.Object propValue)
Creates an client property configuration command.

Parameters:
propName - Client property name.
propValue - Client property value.
Method Detail

configure

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

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