butler.swing.util
Class ValueEditor.BaseImpl.ThisFocusListener

java.lang.Object
  extended by butler.swing.util.ValueEditor.BaseImpl.ThisFocusListener
All Implemented Interfaces:
java.awt.event.FocusListener, java.util.EventListener
Enclosing class:
ValueEditor.BaseImpl

protected class ValueEditor.BaseImpl.ThisFocusListener
extends java.lang.Object
implements java.awt.event.FocusListener


Constructor Summary
protected ValueEditor.BaseImpl.ThisFocusListener()
           
 
Method Summary
 void focusGained(java.awt.event.FocusEvent e)
           
 void focusLost(java.awt.event.FocusEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueEditor.BaseImpl.ThisFocusListener

protected ValueEditor.BaseImpl.ThisFocusListener()
Method Detail

focusGained

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

focusLost

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