test.check
Class SliderPanel.SnapToTicksCommand

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

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

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

Author:
Kirill Grouchnikov

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

Constructor Detail

SliderPanel.SnapToTicksCommand

public SliderPanel.SnapToTicksCommand()
Method Detail

configure

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

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