Class mxKeyboardHandlerForOCCLEditor
- java.lang.Object
-
- org.processmining.objectcentricconstraintchecking.algorithms.swing.handler.mxKeyboardHandlerForOCCLEditor
-
- Direct Known Subclasses:
EditorKeyboardHandlerForOCCLEditor
public class mxKeyboardHandlerForOCCLEditor extends java.lang.Object- Author:
- Administrator
-
-
Constructor Summary
Constructors Constructor Description mxKeyboardHandlerForOCCLEditor(mxGraphComponent graphComponent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected javax.swing.ActionMapcreateActionMap()Return the mapping between JTree's input map and JGraph's actions.protected javax.swing.InputMapgetInputMap(int condition)Return JTree's input map.protected voidinstallKeyboardActions(mxGraphComponent graphComponent)Invoked as part from the boilerplate install block.
-
-
-
Constructor Detail
-
mxKeyboardHandlerForOCCLEditor
public mxKeyboardHandlerForOCCLEditor(mxGraphComponent graphComponent)
- Parameters:
graphComponent-
-
-
Method Detail
-
installKeyboardActions
protected void installKeyboardActions(mxGraphComponent graphComponent)
Invoked as part from the boilerplate install block.
-
getInputMap
protected javax.swing.InputMap getInputMap(int condition)
Return JTree's input map.
-
createActionMap
protected javax.swing.ActionMap createActionMap()
Return the mapping between JTree's input map and JGraph's actions.
-
-