Class EditorActions
- java.lang.Object
-
- org.processmining.objectcentricconstraintchecking.algorithms.editor.EditorActions
-
public class EditorActions extends java.lang.Object
-
-
Nested Class Summary
-
Constructor Summary
Constructors Constructor Description EditorActions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BasicGraphEditorgetEditor(java.awt.event.ActionEvent e)
-
-
-
Method Detail
-
getEditor
public static final BasicGraphEditor getEditor(java.awt.event.ActionEvent e)
- Parameters:
e-- Returns:
- Returns the graph for the given action event.
-
-