org.infoglue.cms.plugins.codeeditor
Class TextAreaInputListener

java.lang.Object
  extended by java.awt.event.KeyAdapter
      extended by org.infoglue.cms.plugins.codeeditor.TextAreaInputListener
All Implemented Interfaces:
java.awt.event.KeyListener, java.util.EventListener

public class TextAreaInputListener
extends java.awt.event.KeyAdapter


Constructor Summary
TextAreaInputListener(InfoGlueTextArea infoGlueTextArea)
           
 
Method Summary
 void keyPressed(java.awt.event.KeyEvent e)
           
 void keyReleased(java.awt.event.KeyEvent e)
           
 
Methods inherited from class java.awt.event.KeyAdapter
keyTyped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextAreaInputListener

public TextAreaInputListener(InfoGlueTextArea infoGlueTextArea)
Method Detail

keyPressed

public void keyPressed(java.awt.event.KeyEvent e)
Specified by:
keyPressed in interface java.awt.event.KeyListener
Overrides:
keyPressed in class java.awt.event.KeyAdapter

keyReleased

public void keyReleased(java.awt.event.KeyEvent e)
Specified by:
keyReleased in interface java.awt.event.KeyListener
Overrides:
keyReleased in class java.awt.event.KeyAdapter


Copyright © 2005 InfoGlue.org All Rights Reserved.