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

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

 class BoundingBoxSelection.LonValueChecker
extends java.awt.event.FocusAdapter
implements java.awt.event.ActionListener


Field Summary
private  javax.swing.JTextField tfLonValue
           
 
Constructor Summary
BoundingBoxSelection.LonValueChecker(javax.swing.JTextField tfLonValue)
           
 
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

tfLonValue

private javax.swing.JTextField tfLonValue
Constructor Detail

BoundingBoxSelection.LonValueChecker

public BoundingBoxSelection.LonValueChecker(javax.swing.JTextField tfLonValue)
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