org.jminor.common.ui.input
Class IntInputProvider

java.lang.Object
  extended by org.jminor.common.ui.input.AbstractInputProvider<Integer,IntField>
      extended by org.jminor.common.ui.input.IntInputProvider
All Implemented Interfaces:
InputProvider<Integer,IntField>

public final class IntInputProvider
extends AbstractInputProvider<Integer,IntField>

A InputProvider implementation for int values.


Constructor Summary
IntInputProvider(Integer initialValue)
          Instantiates a new IntInputProvider.
 
Method Summary
 Integer 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

IntInputProvider

public IntInputProvider(Integer initialValue)
Instantiates a new IntInputProvider.

Parameters:
initialValue - the initial value
Method Detail

getValue

public Integer getValue()

Specified by:
getValue in interface InputProvider<Integer,IntField>
Specified by:
getValue in class AbstractInputProvider<Integer,IntField>
Returns:
the value according to the input component