de.uni_paderborn.fujaba.gui
Class PropertyEditor_Focus_Adapter

java.lang.Object
  extended byde.uni_paderborn.fujaba.gui.PropertyEditor_Focus_Adapter
All Implemented Interfaces:
java.util.EventListener, java.awt.event.FocusListener

class PropertyEditor_Focus_Adapter
extends java.lang.Object
implements java.awt.event.FocusListener

No comment provided by developer, please add a comment to improve documentation.

Version:
$Revision: 1.27 $
Author:
$Author: lowende $

Field Summary
private  BasicPropertyEditor adaptee
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
(package private) PropertyEditor_Focus_Adapter(BasicPropertyEditor adaptee)
          Constructor for class PropertyEditor_Focus_Adapter
 
Method Summary
 void focusGained(java.awt.event.FocusEvent e)
          No comment provided by developer, please add a comment to improve documentation.
 void focusLost(java.awt.event.FocusEvent e)
          No comment provided by developer, please add a comment to improve documentation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

adaptee

private BasicPropertyEditor adaptee
No comment provided by developer, please add a comment to improve documentation.

Constructor Detail

PropertyEditor_Focus_Adapter

PropertyEditor_Focus_Adapter(BasicPropertyEditor adaptee)
Constructor for class PropertyEditor_Focus_Adapter

Parameters:
adaptee - No description provided
Method Detail

focusGained

public void focusGained(java.awt.event.FocusEvent e)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
focusGained in interface java.awt.event.FocusListener
Parameters:
e - No description provided

focusLost

public void focusLost(java.awt.event.FocusEvent e)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
focusLost in interface java.awt.event.FocusListener
Parameters:
e - No description provided