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

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

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


Constructor Summary
BBoxXYPanel.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

BBoxXYPanel.MyFocusListener

BBoxXYPanel.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)