de.ukn.hci.squidy.manager.controls
Class SliderControl<N extends Number>

java.lang.Object
  extended by de.ukn.hci.squidy.manager.controls.AbstractBasicControl<N,JSlider>
      extended by de.ukn.hci.squidy.manager.controls.SliderControl<N>
All Implemented Interfaces:
IBasicControl<N,JSlider>

public class SliderControl<N extends Number>
extends AbstractBasicControl<N,JSlider>


Constructor Summary
SliderControl(N value, N minimumValue, N maximumValue)
           
 
Method Summary
 N getValue()
           
protected  void reconcileComponent()
           
 void setValue(N value)
           
 
Methods inherited from class de.ukn.hci.squidy.manager.controls.AbstractBasicControl
addPropertyChangeListener, addPropertyUpdateListener, customPInputEvent, firePropertyChange, firePropertyUpdateEvent, getComponent, removePropertyUpdateListener, setValueWithoutPropertyUpdate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SliderControl

public SliderControl(N value,
                     N minimumValue,
                     N maximumValue)
Parameters:
value -
minimumValue -
maximumValue -
Method Detail

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.