public static class ExecutionTableItem.StringInputParser extends java.lang.Object implements ExecutionTableItem.InputParser<java.lang.String>
Constructor and Description |
---|
ExecutionTableItem.StringInputParser() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
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.
|
public ExecutionTableItem.StringInputParser()
public java.lang.Object prepareEditor(java.lang.Object o)
ExecutionTableItem.InputParser
prepareEditor
in interface ExecutionTableItem.InputParser<java.lang.String>
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 editorpublic java.lang.String parse(java.lang.String input)
ExecutionTableItem.InputParser
parse
in interface ExecutionTableItem.InputParser<java.lang.String>
input
- the input stringnull
if the input could not be parsed