test.check
Class SliderPanel.SetTitleBorderCommand

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

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

A configure command that sets a titled border on the specified slider.

Author:
Kirill Grouchnikov

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

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