public class ParameterTextController extends ParameterController
contents, name| Constructor and Description |
|---|
ParameterTextController(java.lang.String nameDisplayed,
java.lang.String name,
java.lang.String defaultValue)
Default constructor which should be used in all actual code.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue()
Getter for the current value of the text field.
|
getContents, getName, loadFXMLContentspublic ParameterTextController(java.lang.String nameDisplayed,
java.lang.String name,
java.lang.String defaultValue)
nameDisplayed - description of the parametername - unique identified of the parameter (used to map UI parameter
to actual parameter in populate method of the filter
configuration)defaultValue - default value of the text field