org.jminor.common.ui.input
Class IntInputProvider
java.lang.Object
org.jminor.common.ui.input.AbstractInputProvider<Integer,IntField>
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IntInputProvider
public IntInputProvider(Integer initialValue)
- Instantiates a new IntInputProvider.
- Parameters:
initialValue
- the initial value
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