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.
|
verifyprotected String errorMsg
public boolean shouldYieldFocus(JComponent from)
JComponent.setInputVerifier(InputVerifier).shouldYieldFocus in class InputVerifiersee also the complete user documentation .