Package com.mxgraph.swing.handler
Class mxKeyboardHandler
java.lang.Object
com.mxgraph.swing.handler.mxKeyboardHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ActionMap
Return the mapping between JTree's input map and JGraph's actions.protected InputMap
getInputMap
(int condition) Return JTree's input map.protected void
installKeyboardActions
(mxGraphComponent graphComponent) Invoked as part from the boilerplate install block.
-
Constructor Details
-
mxKeyboardHandler
- Parameters:
graphComponent
-
-
-
Method Details
-
installKeyboardActions
Invoked as part from the boilerplate install block. -
getInputMap
Return JTree's input map. -
createActionMap
Return the mapping between JTree's input map and JGraph's actions.
-