org.openstreetmap.fma.jtiledownloader.views.main.inputpanel
Class BBoxLatLonPanel.MyFocusListener

java.lang.Object
  extended by org.openstreetmap.fma.jtiledownloader.views.main.inputpanel.BBoxLatLonPanel.MyFocusListener
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener
Enclosing class:
BBoxLatLonPanel

 class BBoxLatLonPanel.MyFocusListener
extends java.lang.Object
implements java.awt.event.FocusListener


Constructor Summary
BBoxLatLonPanel.MyFocusListener()
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent focusevent)
           
 void focusLost(java.awt.event.FocusEvent focusevent)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BBoxLatLonPanel.MyFocusListener

BBoxLatLonPanel.MyFocusListener()
Method Detail

focusGained

public void focusGained(java.awt.event.FocusEvent focusevent)
Specified by:
focusGained in interface java.awt.event.FocusListener
See Also:
FocusListener.focusGained(java.awt.event.FocusEvent)

focusLost

public void focusLost(java.awt.event.FocusEvent focusevent)
Specified by:
focusLost in interface java.awt.event.FocusListener
See Also:
FocusListener.focusLost(java.awt.event.FocusEvent)