Class LocationDialog.GridRefVerifier

  • Enclosing class:
    LocationDialog

    public class LocationDialog.GridRefVerifier
    extends javax.swing.InputVerifier
    • Constructor Summary

      Constructors 
      Constructor Description
      GridRefVerifier()  
    • Method Summary

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

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

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

      • GridRefVerifier

        public GridRefVerifier()
    • Method Detail

      • verify

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