T
- the type of object the parser parsespublic static interface ExecutionTableItem.InputParser<T>
Modifier and Type | Method and Description |
---|---|
T |
parse(java.lang.String input)
Parses an input string into a concrete object.
|
java.lang.Object |
prepareEditor(java.lang.Object o)
Prepares the editor of the input parser.
|
java.lang.Object prepareEditor(java.lang.Object o)
o
- the object that should be displayed in the editor of the input parser or null
if there is currently no object that could be displayed in the editorT parse(java.lang.String input)
input
- the input stringnull
if the input could not be parsed