Class EditorKeyboardHandler

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javax.swing.ActionMap createActionMap()
      Return the mapping between JTree's input map and JGraph's actions.
      protected javax.swing.InputMap getInputMap​(int condition)
      Return JTree's input map.
      • Methods inherited from class java.lang.Object

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

      • EditorKeyboardHandler

        public EditorKeyboardHandler​(mxGraphComponent graphComponent)
        Parameters:
        graphComponent -
    • Method Detail

      • getInputMap

        protected javax.swing.InputMap getInputMap​(int condition)
        Return JTree's input map.
        Overrides:
        getInputMap in class mxKeyboardHandler
      • createActionMap

        protected javax.swing.ActionMap createActionMap()
        Return the mapping between JTree's input map and JGraph's actions.
        Overrides:
        createActionMap in class mxKeyboardHandler