de.uni_paderborn.fujaba.gui
Class PathExpressionKeyListener

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

public class PathExpressionKeyListener
extends java.lang.Object
implements java.awt.event.KeyListener

KeyListener for the EditPathExprDialog which en- or deables the ok-button by checking whether the path expression is valid or not.

Version:
$Revision: 1.4 $
Author:
$Author: schneider $

Constructor Summary
PathExpressionKeyListener(EditPathExprDialog editPathExprDialog)
          Constructor for class PathExpressionKeyListener
 
Method Summary
 void keyPressed(java.awt.event.KeyEvent keyEvent)
          No comment provided by developer, please add a comment to improve documentation.
 void keyReleased(java.awt.event.KeyEvent keyEvent)
          No comment provided by developer, please add a comment to improve documentation.
 void keyTyped(java.awt.event.KeyEvent keyEvent)
          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
 

Constructor Detail

PathExpressionKeyListener

public PathExpressionKeyListener(EditPathExprDialog editPathExprDialog)
Constructor for class PathExpressionKeyListener

Parameters:
editPathExprDialog - No description provided
Method Detail

keyReleased

public void keyReleased(java.awt.event.KeyEvent keyEvent)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
keyReleased in interface java.awt.event.KeyListener
Parameters:
keyEvent - No description provided

keyPressed

public void keyPressed(java.awt.event.KeyEvent keyEvent)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
keyPressed in interface java.awt.event.KeyListener
Parameters:
keyEvent - No description provided

keyTyped

public void keyTyped(java.awt.event.KeyEvent keyEvent)
No comment provided by developer, please add a comment to improve documentation.

Specified by:
keyTyped in interface java.awt.event.KeyListener
Parameters:
keyEvent - No description provided