de.uni_paderborn.fujaba.app
Class SelectAllFocusListener

java.lang.Object
  extended byjava.awt.event.FocusAdapter
      extended byde.uni_paderborn.fujaba.app.SelectAllFocusListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.FocusListener

class SelectAllFocusListener
extends java.awt.event.FocusAdapter

This Listener is designed for TextFields and TextAreas and will select all the text when gaining focus.

Version:
$Revision: 1.22 $
Author:
$Author: schneider $

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

Constructor Detail

SelectAllFocusListener

SelectAllFocusListener()
Method Detail

focusGained

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

Parameters:
e - No description provided