Class EditingModalGraphMouse.ModeKeyAdapter

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

    public static class EditingModalGraphMouse.ModeKeyAdapter
    extends java.awt.event.KeyAdapter
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private char a  
      private char e  
      protected ModalGraphMouse graphMouse  
      private char p  
      private char t  
    • 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
    • Field Detail

      • t

        private char t
      • p

        private char p
      • e

        private char e
      • a

        private char a
    • Constructor Detail

      • ModeKeyAdapter

        public ModeKeyAdapter​(char t,
                              char p,
                              char e,
                              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