de.ukn.hci.squidy.manager.controls
Class SpinnerControl

java.lang.Object
  extended by de.ukn.hci.squidy.manager.controls.AbstractBasicControl<Number,JSpinner>
      extended by de.ukn.hci.squidy.manager.controls.SpinnerControl
All Implemented Interfaces:
IBasicControl<Number,JSpinner>

public class SpinnerControl
extends AbstractBasicControl<Number,JSpinner>


Constructor Summary
SpinnerControl(Number value, Comparable<? extends Number> minumumValue, Comparable<? extends Number> maximumValue, Number stepSize)
           
 
Method Summary
 Number getValue()
           
protected  void reconcileComponent()
           
 void setValue(Number 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

SpinnerControl

public SpinnerControl(Number value,
                      Comparable<? extends Number> minumumValue,
                      Comparable<? extends Number> maximumValue,
                      Number stepSize)
Parameters:
value -
Method Detail

getValue

public Number getValue()

setValue

public void setValue(Number value)

reconcileComponent

protected void reconcileComponent()
Specified by:
reconcileComponent in class AbstractBasicControl<Number,JSpinner>


Copyright © 2007-2010 Human-Computer-Interaction :: University of Konstanz. All Rights Reserved.