Class BoundingBoxSelection.LatValueChecker
- java.lang.Object
-
- java.awt.event.FocusAdapter
-
- org.openstreetmap.josm.gui.download.BoundingBoxSelection.LatValueChecker
-
- All Implemented Interfaces:
java.awt.event.ActionListener,java.awt.event.FocusListener,java.util.EventListener
- Enclosing class:
- BoundingBoxSelection
class BoundingBoxSelection.LatValueChecker extends java.awt.event.FocusAdapter implements java.awt.event.ActionListener
-
-
Field Summary
Fields Modifier and Type Field Description private JosmTextFieldtfLatValue
-
Constructor Summary
Constructors Constructor Description LatValueChecker(JosmTextField tfLatValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidactionPerformed(java.awt.event.ActionEvent e)protected voidcheck()voidfocusLost(java.awt.event.FocusEvent e)
-
-
-
Field Detail
-
tfLatValue
private final JosmTextField tfLatValue
-
-
Constructor Detail
-
LatValueChecker
LatValueChecker(JosmTextField tfLatValue)
-
-
Method Detail
-
check
protected void check()
-
focusLost
public void focusLost(java.awt.event.FocusEvent e)
- Specified by:
focusLostin interfacejava.awt.event.FocusListener- Overrides:
focusLostin classjava.awt.event.FocusAdapter
-
actionPerformed
public void actionPerformed(java.awt.event.ActionEvent e)
- Specified by:
actionPerformedin interfacejava.awt.event.ActionListener
-
-