test.check
Class CombosPanel.DisableCommand

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

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

A configure command that disables the specified combobox.

Author:
Kirill Grouchnikov

Constructor Summary
CombosPanel.DisableCommand()
           
 
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.DisableCommand

public CombosPanel.DisableCommand()
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.