de.uni_paderborn.fujaba.gui
Class CMAFocusListener

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

public class CMAFocusListener
extends java.lang.Object
implements java.awt.event.FocusListener

This FocusListener is to focus the TextField with the name of the class, the method or the attribute in the respective class; implemented for the users convinience.

Version:
$Revision: 1.7 $
Author:
$Author: schneider $

Field Summary
private  PETextField text
          No comment provided by developer, please add a comment to improve documentation.
 
Constructor Summary
CMAFocusListener(PETextField text)
          Creates a new CMAFocusListener object.
 
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

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

Constructor Detail

CMAFocusListener

public CMAFocusListener(PETextField text)
Creates a new CMAFocusListener object. The parameter is the TextField you want to focus.

Parameters:
text - The TextField to be focused.
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