test.check
Class SliderPanel.ClearBorderCommand

java.lang.Object
  extended by test.check.SliderPanel.ClearBorderCommand
All Implemented Interfaces:
ConfigurationCommand<javax.swing.JSlider>
Enclosing class:
SliderPanel

public static class SliderPanel.ClearBorderCommand
extends java.lang.Object
implements ConfigurationCommand<javax.swing.JSlider>

A configure command that clears the border of the specified slider.

Author:
Kirill Grouchnikov

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

Constructor Detail

SliderPanel.ClearBorderCommand

public SliderPanel.ClearBorderCommand()
Method Detail

configure

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

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