test.check
Class CombosPanel.EditAllowCommand

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

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

A configure command that allows editing the specified combobox.

Author:
Kirill Grouchnikov

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

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