Class EditorKeyboardHandler
java.lang.Object
com.mxgraph.swing.handler.mxKeyboardHandler
de.uni_trier.wi2.procake.gui.objecteditor.nestworkfloweditor.editor.EditorKeyboardHandler
public class EditorKeyboardHandler
extends com.mxgraph.swing.handler.mxKeyboardHandler
- Author:
- Administrator
-
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.Methods inherited from class com.mxgraph.swing.handler.mxKeyboardHandler
installKeyboardActions
-
Constructor Details
-
EditorKeyboardHandler
public EditorKeyboardHandler(com.mxgraph.swing.mxGraphComponent graphComponent) - Parameters:
graphComponent-
-
-
Method Details
-
getInputMap
Return JTree's input map.- Overrides:
getInputMapin classcom.mxgraph.swing.handler.mxKeyboardHandler
-
createActionMap
Return the mapping between JTree's input map and JGraph's actions.- Overrides:
createActionMapin classcom.mxgraph.swing.handler.mxKeyboardHandler
-