|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.slashie.libjcsi.wswing.StrokeInformer
public class StrokeInformer
Gets keyboard input.
| Constructor Summary | |
|---|---|
StrokeInformer()
|
|
| Method Summary | |
|---|---|
int |
getInkeyBuffer()
|
void |
informKey(java.lang.Thread toWho)
|
void |
keyPressed(java.awt.event.KeyEvent e)
Captures input |
void |
keyReleased(java.awt.event.KeyEvent e)
Currently does nothing. |
void |
keyTyped(java.awt.event.KeyEvent e)
Currently does nothing. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StrokeInformer()
| Method Detail |
|---|
public void informKey(java.lang.Thread toWho)
toWho - where to add keyListenerpublic int getInkeyBuffer()
public void keyPressed(java.awt.event.KeyEvent e)
keyPressed in interface java.awt.event.KeyListenere - public void keyReleased(java.awt.event.KeyEvent e)
keyReleased in interface java.awt.event.KeyListenere - public void keyTyped(java.awt.event.KeyEvent e)
keyTyped in interface java.awt.event.KeyListenere -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||