Class Gui.TextReaction

java.lang.Object
javax.swing.InputVerifier
eu.bandm.tools.option.runtime.Gui.TextReaction
Enclosing class:
Gui

protected abstract class Gui.TextReaction extends InputVerifier
Reacts to changes in the gui argument input. Is called when focus is shifted, when return is pressed or a checkbox is clicked. For the former only, it executes syntax check and error messaging. If no error, and for the latter, it evaluates the "active condition" rule set.
  • Field Details

    • errorMsg

      protected String errorMsg
      The MuLi key to the error message for syntax errors.
  • Method Details