Uses of Class
eu.bandm.tools.option.runtime.Gui.TextReaction
Packages that use 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
Fields in eu.bandm.tools.option.runtime declared as Gui.TextReactionModifier and TypeFieldDescriptionprotected final Gui.TextReactionGui.react_floatHas a verify method according to the syntax of decimal floating point input.protected final Gui.TextReactionGui.react_intHas a verify method according to the syntax of decimal integer input.protected final Gui.TextReactionGui.react_int_hexHas a verify method according to the syntax of decimal integer input, including hexadecimal.protected final Gui.TextReactionGui.react_noSyntaxHas a verify method which lets pass any string.protected final Gui.TextReactionGui.react_rationalHas a verify method according to the syntax of rational number input.Constructors in eu.bandm.tools.option.runtime with parameters of type Gui.TextReactionModifierConstructorDescriptionprotectedValueField(int width, Gui.TextReaction veri, String toolTipKey) Evident.