pipe.dataLayer
Class AnnotationNote.AnnotationKeyUpdateHandler

java.lang.Object
  extended bypipe.dataLayer.AnnotationNote.AnnotationKeyUpdateHandler
All Implemented Interfaces:
java.util.EventListener, java.awt.event.KeyListener
Enclosing class:
AnnotationNote

public class AnnotationNote.AnnotationKeyUpdateHandler
extends java.lang.Object
implements java.awt.event.KeyListener


Field Summary
private  AnnotationNote myAnnotation
           
 
Constructor Summary
AnnotationNote.AnnotationKeyUpdateHandler(AnnotationNote annotation)
           
 
Method Summary
 void keyPressed(java.awt.event.KeyEvent e)
           
 void keyReleased(java.awt.event.KeyEvent e)
           
 void keyTyped(java.awt.event.KeyEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myAnnotation

private AnnotationNote myAnnotation
Constructor Detail

AnnotationNote.AnnotationKeyUpdateHandler

public AnnotationNote.AnnotationKeyUpdateHandler(AnnotationNote annotation)
Method Detail

keyPressed

public void keyPressed(java.awt.event.KeyEvent e)
Specified by:
keyPressed in interface java.awt.event.KeyListener

keyReleased

public void keyReleased(java.awt.event.KeyEvent e)
Specified by:
keyReleased in interface java.awt.event.KeyListener

keyTyped

public void keyTyped(java.awt.event.KeyEvent e)
Specified by:
keyTyped in interface java.awt.event.KeyListener