de.ukn.hci.squidy.manager.controls
Class SliderControl<N extends Number>
java.lang.Object
de.ukn.hci.squidy.manager.controls.AbstractBasicControl<N,JSlider>
de.ukn.hci.squidy.manager.controls.SliderControl<N>
- All Implemented Interfaces:
- IBasicControl<N,JSlider>
public class SliderControl<N extends Number>
- extends AbstractBasicControl<N,JSlider>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SliderControl
public SliderControl(N value,
N minimumValue,
N maximumValue)
- Parameters:
value - minimumValue - maximumValue -
getValue
public N getValue()
setValue
public void setValue(N value)
reconcileComponent
protected void reconcileComponent()
- Specified by:
reconcileComponent in class AbstractBasicControl<N extends Number,JSlider>
Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.