Class AnnotatingModalGraphMouse.ModeKeyAdapter

  • All Implemented Interfaces:
    java.awt.event.KeyListener, java.util.EventListener
    Enclosing class:
    AnnotatingModalGraphMouse<V,​E>

    public static class AnnotatingModalGraphMouse.ModeKeyAdapter
    extends java.awt.event.KeyAdapter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void keyTyped​(java.awt.event.KeyEvent event)  
      • Methods inherited from class java.awt.event.KeyAdapter

        keyPressed, keyReleased
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ModeKeyAdapter

        public ModeKeyAdapter​(char t,
                              char p,
                              char a,
                              ModalGraphMouse graphMouse)
    • Method Detail

      • keyTyped

        public void keyTyped​(java.awt.event.KeyEvent event)
        Specified by:
        keyTyped in interface java.awt.event.KeyListener
        Overrides:
        keyTyped in class java.awt.event.KeyAdapter