Package editor

Class EditorHost.EditorKeyHandler

  • All Implemented Interfaces:
    java.awt.event.KeyListener, java.util.EventListener
    Enclosing class:
    EditorHost

    class EditorHost.EditorKeyHandler
    extends java.awt.event.KeyAdapter
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void keyPressed​(java.awt.event.KeyEvent e)  
      void keyTyped​(java.awt.event.KeyEvent e)  
      private void postProcessKeystroke​(boolean consumed, char keyChar, int modifiers)  
      • Methods inherited from class java.awt.event.KeyAdapter

        keyReleased
      • Methods inherited from class java.lang.Object

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

      • EditorKeyHandler

        EditorKeyHandler()
    • Method Detail

      • keyPressed

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

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

        private void postProcessKeystroke​(boolean consumed,
                                          char keyChar,
                                          int modifiers)