Package | Description |
---|---|
lavesdk.gui.widgets |
Modifier and Type | Class and Description |
---|---|
static class |
ExecutionTableItem.NumericInputParser
A default parser for numeric output.
|
static class |
ExecutionTableItem.StringInputParser
A default parser for string output.
|
Modifier and Type | Method and Description |
---|---|
ExecutionTableItem.InputParser<?> |
ExecutionTableItem.getCellInputParser(int colIndex)
Gets the cell's input parser.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionTableItem.setCellInputParser(int colIndex,
ExecutionTableItem.InputParser<?> parser)
Sets the cell's input parser.
|
void |
ExecutionTableItem.setDefaultInputParser(ExecutionTableItem.InputParser<?> parser)
Sets the default input parser for the cells.
|