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