|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectadams.gui.tools.RConsoleKeyListener
public class RConsoleKeyListener
Listens for the Return key being pressed and therefore a new line of input.
| Constructor Summary | |
|---|---|
RConsoleKeyListener()
|
|
| Method Summary | |
|---|---|
void |
keyPressed(KeyEvent e)
Called when a key is pressed. |
void |
keyReleased(KeyEvent e)
Called when a key is released. |
void |
keyTyped(KeyEvent e)
This is called when a key is typed. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RConsoleKeyListener()
| Method Detail |
|---|
public void keyTyped(KeyEvent e)
keyTyped in interface KeyListenere - details about the key eventpublic void keyPressed(KeyEvent e)
keyPressed in interface KeyListenere - details about the key eventpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenere - details about the key event
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||