test.check
Class SliderPanel.UnsnapToTicksCommand

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

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

A configure command that configures the specified slider to not snap to the ticks.

Author:
Kirill Grouchnikov

Constructor Summary
SliderPanel.UnsnapToTicksCommand()
           
 
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.UnsnapToTicksCommand

public SliderPanel.UnsnapToTicksCommand()
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.