protected abstract class Gui.TextReaction extends InputVerifier
Modifier and Type | Field and Description |
---|---|
protected String |
errorMsg
The MuLi key to the error message for syntax errors.
|
Modifier and Type | Method and Description |
---|---|
boolean |
shouldYieldFocus(JComponent from)
Called by the Swing runtime system when focus shall leave the component.
|
verify
protected String errorMsg
public boolean shouldYieldFocus(JComponent from)
JComponent.setInputVerifier(InputVerifier)
.shouldYieldFocus
in class InputVerifier
see also the complete user documentation .