Class BoundingBoxSelection.SelectAllOnFocusHandler
- java.lang.Object
-
- java.awt.event.FocusAdapter
-
- org.openstreetmap.josm.gui.download.BoundingBoxSelection.SelectAllOnFocusHandler
-
- All Implemented Interfaces:
FocusListener
,EventListener
- Enclosing class:
- BoundingBoxSelection
static class BoundingBoxSelection.SelectAllOnFocusHandler extends FocusAdapter
-
-
Field Summary
Fields Modifier and Type Field Description private JTextComponent
tfTarget
-
Constructor Summary
Constructors Constructor Description SelectAllOnFocusHandler(JTextComponent tfTarget)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
focusGained(FocusEvent e)
-
Methods inherited from class java.awt.event.FocusAdapter
focusLost
-
-
-
-
Field Detail
-
tfTarget
private final JTextComponent tfTarget
-
-
Constructor Detail
-
SelectAllOnFocusHandler
SelectAllOnFocusHandler(JTextComponent tfTarget)
-
-
Method Detail
-
focusGained
public void focusGained(FocusEvent e)
- Specified by:
focusGained
in interfaceFocusListener
- Overrides:
focusGained
in classFocusAdapter
-
-