org.openstreetmap.josm.gui.download
Class BoundingBoxSelection.SelectAllOnFocusHandler

java.lang.Object
  extended by java.awt.event.FocusAdapter
      extended by org.openstreetmap.josm.gui.download.BoundingBoxSelection.SelectAllOnFocusHandler
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener
Enclosing class:
BoundingBoxSelection

static class BoundingBoxSelection.SelectAllOnFocusHandler
extends java.awt.event.FocusAdapter


Field Summary
private  javax.swing.text.JTextComponent tfTarget
           
 
Constructor Summary
BoundingBoxSelection.SelectAllOnFocusHandler(javax.swing.text.JTextComponent tfTarget)
           
 
Method Summary
 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 javax.swing.text.JTextComponent tfTarget
Constructor Detail

BoundingBoxSelection.SelectAllOnFocusHandler

public BoundingBoxSelection.SelectAllOnFocusHandler(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


JOSM