Class mxKeyboardHandler

java.lang.Object
com.mxgraph.swing.handler.mxKeyboardHandler

public class mxKeyboardHandler extends Object
  • Constructor Details

    • mxKeyboardHandler

      public mxKeyboardHandler(mxGraphComponent graphComponent)
      Parameters:
      graphComponent -
  • Method Details

    • installKeyboardActions

      protected void installKeyboardActions(mxGraphComponent graphComponent)
      Invoked as part from the boilerplate install block.
    • getInputMap

      protected InputMap getInputMap(int condition)
      Return JTree's input map.
    • createActionMap

      protected ActionMap createActionMap()
      Return the mapping between JTree's input map and JGraph's actions.