Class BoundingBoxSelection.SelectAllOnFocusHandler

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private javax.swing.text.JTextComponent tfTarget  
    • Constructor Summary

      Constructors 
      Constructor Description
      SelectAllOnFocusHandler​(javax.swing.text.JTextComponent tfTarget)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void focusGained​(java.awt.event.FocusEvent e)  
      • Methods inherited from class java.awt.event.FocusAdapter

        focusLost
      • Methods inherited from class java.lang.Object

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

      • tfTarget

        private final javax.swing.text.JTextComponent tfTarget
    • Method Detail

      • focusGained

        public void focusGained​(java.awt.event.FocusEvent e)
        Specified by:
        focusGained in interface java.awt.event.FocusListener
        Overrides:
        focusGained in class java.awt.event.FocusAdapter