test.check
Class CombosPanel.EditDisallowCommand

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

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

A configure command that disallows editing the specified combobox.

Author:
Kirill Grouchnikov

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

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