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

java.lang.Object
  extended by java.awt.event.FocusAdapter
      extended by 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
private  javax.swing.JTextField tfLatValue
           
 
Constructor Summary
BoundingBoxSelection.LatValueChecker(javax.swing.JTextField tfLatValue)
           
 
Method Summary
 void actionPerformed(java.awt.event.ActionEvent e)
           
protected  void check()
           
 void focusLost(java.awt.event.FocusEvent e)
           
 
Methods inherited from class java.awt.event.FocusAdapter
focusGained
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tfLatValue

private javax.swing.JTextField tfLatValue
Constructor Detail

BoundingBoxSelection.LatValueChecker

public BoundingBoxSelection.LatValueChecker(javax.swing.JTextField tfLatValue)
Method Detail

check

protected void check()

focusLost

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

actionPerformed

public void actionPerformed(java.awt.event.ActionEvent e)
Specified by:
actionPerformed in interface java.awt.event.ActionListener


JOSM