test.check
Class CombosPanel.EnableCommand

java.lang.Object
  extended by test.check.CombosPanel.EnableCommand
All Implemented Interfaces:
ConfigurationCommand<javax.swing.JComboBox>
Enclosing class:
CombosPanel

public static class CombosPanel.EnableCommand
extends java.lang.Object
implements ConfigurationCommand<javax.swing.JComboBox>

A configure command that enables the specified combobox.

Author:
Kirill Grouchnikov

Constructor Summary
CombosPanel.EnableCommand()
           
 
Method Summary
 void configure(javax.swing.JComboBox combo)
          Configures the specified slider.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CombosPanel.EnableCommand

public CombosPanel.EnableCommand()
Method Detail

configure

public void configure(javax.swing.JComboBox combo)
Description copied from interface: ConfigurationCommand
Configures the specified slider.

Specified by:
configure in interface ConfigurationCommand<javax.swing.JComboBox>
Parameters:
combo - Control to configure.