Uses of Class
org.processmining.objectcentricconstraintchecking.algorithms.util.mxUndoableEdit
-
-
Uses of mxUndoableEdit in org.processmining.objectcentricconstraintchecking.algorithms.model
Fields in org.processmining.objectcentricconstraintchecking.algorithms.model declared as mxUndoableEdit Modifier and Type Field Description protected mxUndoableEditmxGraphModel. currentEditHolds the changes for the current transaction.Methods in org.processmining.objectcentricconstraintchecking.algorithms.model that return mxUndoableEdit Modifier and Type Method Description protected mxUndoableEditmxGraphModel. createUndoableEdit()Creates a new undoable edit. -
Uses of mxUndoableEdit in org.processmining.objectcentricconstraintchecking.algorithms.util
Fields in org.processmining.objectcentricconstraintchecking.algorithms.util with type parameters of type mxUndoableEdit Modifier and Type Field Description protected java.util.List<mxUndoableEdit>mxUndoManager. historyList that contains the steps of the command history.Methods in org.processmining.objectcentricconstraintchecking.algorithms.util with parameters of type mxUndoableEdit Modifier and Type Method Description voidmxUndoManager. undoableEditHappened(mxUndoableEdit undoableEdit)Method to be called to add new undoable edits to the history. -
Uses of mxUndoableEdit in org.processmining.objectcentricconstraintchecking.algorithms.view
Methods in org.processmining.objectcentricconstraintchecking.algorithms.view with parameters of type mxUndoableEdit Modifier and Type Method Description protected voidmxLayoutManager. beforeUndo(mxUndoableEdit edit)
-