org.jminor.common.ui.input
Class DoubleInputProvider

java.lang.Object
  extended by org.jminor.common.ui.input.AbstractInputProvider<Double,DoubleField>
      extended by 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.


Constructor Summary
DoubleInputProvider(Double initialValue)
          Instantiates a new DoubleInputProvider.
 
Method Summary
 Double getValue()
          
 
Methods inherited from class org.jminor.common.ui.input.AbstractInputProvider
getInputComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DoubleInputProvider

public DoubleInputProvider(Double initialValue)
Instantiates a new DoubleInputProvider.

Parameters:
initialValue - the initial value
Method Detail

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