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

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

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


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

UrlSquarePanel.MyFocusListener

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