com.ontotext.gate.vr.dialog
Class MultipleSelectionDialog.EscListener
java.lang.Object
com.ontotext.gate.vr.dialog.MultipleSelectionDialog.EscListener
- All Implemented Interfaces:
- EventListener, KeyListener
- Enclosing class:
- MultipleSelectionDialog
- private class MultipleSelectionDialog.EscListener
- extends Object
- implements KeyListener
lsitens for Esc
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MultipleSelectionDialog.EscListener
private MultipleSelectionDialog.EscListener()
keyTyped
public void keyTyped(KeyEvent kev)
- Specified by:
keyTyped
in interface KeyListener
keyReleased
public void keyReleased(KeyEvent kev)
- Specified by:
keyReleased
in interface KeyListener
keyPressed
public void keyPressed(KeyEvent kev)
- Specified by:
keyPressed
in interface KeyListener