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