|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.event.KeyAdapter
edu.unika.aifb.owltools.shell.ConsoleKeyListener
public class ConsoleKeyListener
this is a helper class for the shell. it circumvents java's impossibility of catching each keystroke and thus offer autocompletion possibilities
Constructor Summary | |
---|---|
ConsoleKeyListener(ShellWindow calling)
Constructor for the listener |
Method Summary | |
---|---|
void |
keyPressed(java.awt.event.KeyEvent keyEvent)
catches the key event |
Methods inherited from class java.awt.event.KeyAdapter |
---|
keyReleased, keyTyped |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ConsoleKeyListener(ShellWindow calling)
calling
- the Shell Window that registers this listenersMethod Detail |
---|
public void keyPressed(java.awt.event.KeyEvent keyEvent)
keyPressed
in interface java.awt.event.KeyListener
keyPressed
in class java.awt.event.KeyAdapter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |