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