Class Gui.ValueField

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable, Accessible, Scrollable, SwingConstants
Direct Known Subclasses:
Gui.Field_float, Gui.Field_int, Gui.Field_rational, Gui.Field_string
Enclosing class:
Gui

protected abstract class Gui.ValueField extends JTextField
Comon superclass for all text field inputs the editing of which may FAIL --- (=Field_int Field_float Field_rat)
See Also:
  • Field Details

    • toolTipKey

      protected final String toolTipKey
  • Constructor Details

    • ValueField

      protected ValueField(int width, Gui.TextReaction veri, String toolTipKey)
      Evident.
      Parameters:
      width - of the field in columns
      veri - used as verifyer and reaction on [return]-press(=Action event
  • Method Details