org.jminor.common.ui.input
Class DoubleInputProvider
java.lang.Object
org.jminor.common.ui.input.AbstractInputProvider<Double,DoubleField>
org.jminor.common.ui.input.DoubleInputProvider
- All Implemented Interfaces:
- InputProvider<Double,DoubleField>
public final class DoubleInputProvider
- extends AbstractInputProvider<Double,DoubleField>
A InputProvider implementation for double values.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DoubleInputProvider
public DoubleInputProvider(Double initialValue)
- Instantiates a new DoubleInputProvider.
- Parameters:
initialValue
- the initial value
getValue
public Double getValue()
-
- Specified by:
getValue
in interface InputProvider<Double,DoubleField>
- Specified by:
getValue
in class AbstractInputProvider<Double,DoubleField>
- Returns:
- the value according to the input component