| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectEventKbd
public class EventKbd
EventKbd class supports keyboard event handling for Flicker top level GUI. NOTE: MenuItem's and CheckboxMenuItem's are serviced by EventMenu. This is meant for keyboard commands that are NOT in the menus.
This work was produced by Peter Lemkin of the National Cancer Institute, an agency of the United States Government. As a work of the United States Government there is no associated copyright. It is offered as open source software under the Mozilla Public License (version 1.1) subject to the limitations noted in the accompanying LEGAL file. This notice must be included with the code. The Flicker Mozilla and Legal files are available on http://open2dprot.sourceforge.net/Flicker
| Field Summary | |
|---|---|
| private  Flicker | flk | 
| private  Info | info | 
| private  Landmark | lms | 
| private  Util | util | 
| Constructor Summary | |
|---|---|
| EventKbd(Flicker flk)EventKbd() - constructor | |
| Method Summary | |
|---|---|
|  void | keyPressed(java.awt.event.KeyEvent e)keyPressed() - handle key down events | 
|  void | keyReleased(java.awt.event.KeyEvent e) | 
|  void | keyTyped(java.awt.event.KeyEvent e) | 
|  void | textValueChanged(java.awt.event.TextEvent e)textValueChanged() - handle text value changed events | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
private Flicker flk
private Util util
private Info info
private Landmark lms
| Constructor Detail | 
|---|
public EventKbd(Flicker flk)
flk - instance| Method Detail | 
|---|
public void keyPressed(java.awt.event.KeyEvent e)
keyPressed in interface java.awt.event.KeyListenere - is KeyEventpublic void keyReleased(java.awt.event.KeyEvent e)
keyReleased in interface java.awt.event.KeyListenerpublic void keyTyped(java.awt.event.KeyEvent e)
keyTyped in interface java.awt.event.KeyListenerpublic void textValueChanged(java.awt.event.TextEvent e)
textValueChanged in interface java.awt.event.TextListenere - is TextEvent| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||