Package | Description |
---|---|
eu.bandm.tools.option.runtime |
Runtime library for generated option processing code: building blocks for
parsing and GUI.
|
Modifier and Type | Field and Description |
---|---|
protected Gui.TextReaction |
Gui.react_float
Has a verify method according to the syntax of decimal floating point input.
|
protected Gui.TextReaction |
Gui.react_int
Has a verify method according to the syntax of decimal integer input.
|
protected Gui.TextReaction |
Gui.react_int_hex
Has a verify method according to the syntax of decimal integer input, including
hexadecimal.
|
protected Gui.TextReaction |
Gui.react_noSyntax
Has a verify method which lets pass any string.
|
protected Gui.TextReaction |
Gui.react_rational
Has a verify method according to the syntax of rational number input.
|
Constructor and Description |
---|
ValueField(int width,
Gui.TextReaction veri,
String toolTipKey)
Evident.
|
see also the complete user documentation .