de.ukn.hci.squidy.manager.controls
Class SpinnerControl
java.lang.Object
de.ukn.hci.squidy.manager.controls.AbstractBasicControl<Number,JSpinner>
de.ukn.hci.squidy.manager.controls.SpinnerControl
- All Implemented Interfaces:
- IBasicControl<Number,JSpinner>
public class SpinnerControl
- extends AbstractBasicControl<Number,JSpinner>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SpinnerControl
public SpinnerControl(Number value,
Comparable<? extends Number> minumumValue,
Comparable<? extends Number> maximumValue,
Number stepSize)
- Parameters:
value -
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.