de.uni_paderborn.fujaba.gui
Class PETextFieldFocusListener

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

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

This is the FocusListener for the class PETextField. The original FocusAdapter in class PEBaseComponent did not work.
This FocusListener has to invoke the focusGained() and focusLost() methods in the superclass PEBaseComponent.

Version:
$Revision: 1.24 $
Author:
$Author: schneider $

Field Summary
(package private)  PETextField text
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
(package private) PETextFieldFocusListener(PETextField text)
          Constructor for class PETextFieldFocusListener
 
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

text

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

Constructor Detail

PETextFieldFocusListener

PETextFieldFocusListener(PETextField text)
Constructor for class PETextFieldFocusListener

Parameters:
text - 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