Example usage for Java javax.swing InputVerifier fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | shouldYieldFocus(JComponent input) Calls verify(input) to ensure that the input is valid. |
boolean | verify(JComponent input) Checks whether the JComponent's input is valid. |