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

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

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


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

GPXPanel.MyFocusListener

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