com.ontotext.gate.vr.dialog
Class RenameOntologyDialog.EnterEscListener

java.lang.Object
  extended bycom.ontotext.gate.vr.dialog.RenameOntologyDialog.EnterEscListener
All Implemented Interfaces:
EventListener, KeyListener
Enclosing class:
RenameOntologyDialog

private class RenameOntologyDialog.EnterEscListener
extends Object
implements KeyListener

an Enter and Esc KeyListener


Constructor Summary
private RenameOntologyDialog.EnterEscListener()
           
 
Method Summary
 void keyPressed(KeyEvent kev)
           
 void keyReleased(KeyEvent kev)
           
 void keyTyped(KeyEvent kev)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RenameOntologyDialog.EnterEscListener

private RenameOntologyDialog.EnterEscListener()
Method Detail

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