Class MultiSelectField.InputValidator

  • Enclosing class:
    MultiSelectField

    protected class MultiSelectField.InputValidator
    extends javax.swing.InputVerifier
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected InputValidator()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean shouldYieldFocus​(javax.swing.JComponent input)  
      boolean verify​(javax.swing.JComponent input)  
      • Methods inherited from class javax.swing.InputVerifier

        shouldYieldFocus, verifyTarget
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • InputValidator

        protected InputValidator()
    • Method Detail

      • verify

        public boolean verify​(javax.swing.JComponent input)
        Specified by:
        verify in class javax.swing.InputVerifier
      • shouldYieldFocus

        public boolean shouldYieldFocus​(javax.swing.JComponent input)
        Overrides:
        shouldYieldFocus in class javax.swing.InputVerifier