Class mxKeyboardHandler
java.lang.Object
com.mxgraph.swing.handler.mxKeyboardHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ActionMapReturn the mapping between JTree's input map and JGraph's actions.protected InputMapgetInputMap(int condition) Return JTree's input map.protected voidinstallKeyboardActions(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.
-