|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.awt.event.KeyAdapter com.cosylab.gui.components.NumberField.NumberKeyAdapter
protected class NumberField.NumberKeyAdapter
An implementation of KeyAdapter responsible for losing focus when the ESC key is pressed.
Constructor Summary | |
---|---|
protected |
NumberField.NumberKeyAdapter()
|
Method Summary | |
---|---|
void |
keyPressed(java.awt.event.KeyEvent e)
Makes the Numberfield lose focus when the ESC key is pressed. |
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 |
---|
protected NumberField.NumberKeyAdapter()
Method Detail |
---|
public void keyPressed(java.awt.event.KeyEvent e)
keyPressed
in interface java.awt.event.KeyListener
keyPressed
in class java.awt.event.KeyAdapter
e
- KeyEventKeyListener.keyPressed(KeyEvent)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |