org.infoglue.cms.plugins.codeeditor
Class TextAreaInputListener

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

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
equals, 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