org.jminor.common.ui.input
Class BooleanInputProvider

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


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

BooleanInputProvider

public BooleanInputProvider(Boolean initialValue)
Instantiates a new BooleanInputProvider.

Parameters:
initialValue - the initial value
Method Detail

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