Uses of Interface
org.processmining.objectcentricconstraintchecking.algorithms.util.mxUndoableEdit.mxUndoableChange
-
-
Uses of mxUndoableEdit.mxUndoableChange in org.processmining.objectcentricconstraintchecking.algorithms.model
Classes in org.processmining.objectcentricconstraintchecking.algorithms.model that implement mxUndoableEdit.mxUndoableChange Modifier and Type Class Description static classmxGraphModel.mxChildChangestatic classmxGraphModel.mxCollapseChangestatic classmxGraphModel.mxGeometryChangestatic classmxGraphModel.mxRootChangestatic classmxGraphModel.mxStyleChangestatic classmxGraphModel.mxTerminalChangestatic classmxGraphModel.mxValueChangestatic classmxGraphModel.mxVisibleChangestatic classmxIGraphModel.mxAtomicGraphModelChangeDefines the interface for an atomic change of the graph model. -
Uses of mxUndoableEdit.mxUndoableChange in org.processmining.objectcentricconstraintchecking.algorithms.util
Fields in org.processmining.objectcentricconstraintchecking.algorithms.util with type parameters of type mxUndoableEdit.mxUndoableChange Modifier and Type Field Description protected java.util.List<mxUndoableEdit.mxUndoableChange>mxUndoableEdit. changesHolds the list of changes that make up this undoable edit.Methods in org.processmining.objectcentricconstraintchecking.algorithms.util that return types with arguments of type mxUndoableEdit.mxUndoableChange Modifier and Type Method Description java.util.List<mxUndoableEdit.mxUndoableChange>mxUndoableEdit. getChanges()Methods in org.processmining.objectcentricconstraintchecking.algorithms.util with parameters of type mxUndoableEdit.mxUndoableChange Modifier and Type Method Description voidmxUndoableEdit. add(mxUndoableEdit.mxUndoableChange change)Adds the specified change to this edit. -
Uses of mxUndoableEdit.mxUndoableChange in org.processmining.objectcentricconstraintchecking.algorithms.view
Classes in org.processmining.objectcentricconstraintchecking.algorithms.view that implement mxUndoableEdit.mxUndoableChange Modifier and Type Class Description static classmxGraphSelectionModel.mxSelectionChangestatic classmxGraphView.mxCurrentRootChangeAction to change the current root in a view.Methods in org.processmining.objectcentricconstraintchecking.algorithms.view with parameters of type mxUndoableEdit.mxUndoableChange Modifier and Type Method Description protected java.util.Collection<java.lang.Object>mxLayoutManager. getCellsForChange(mxUndoableEdit.mxUndoableChange change)mxRectanglemxGraph. processChange(mxUndoableEdit.mxUndoableChange change, boolean invalidate, boolean ignoreDirty)Processes the given change and invalidates the respective cached data in. Method parameters in org.processmining.objectcentricconstraintchecking.algorithms.view with type arguments of type mxUndoableEdit.mxUndoableChange Modifier and Type Method Description protected java.util.Collection<java.lang.Object>mxLayoutManager. getCellsForChanges(java.util.List<mxUndoableEdit.mxUndoableChange> changes)java.lang.Object[]mxGraph. getSelectionCellsForChanges(java.util.List<mxUndoableEdit.mxUndoableChange> changes)Returns the cells to be selected for the given list of changes.mxRectanglemxGraph. graphModelChanged(mxIGraphModel sender, java.util.List<mxUndoableEdit.mxUndoableChange> changes)Called when the graph model changes.mxRectanglemxGraph. processChanges(java.util.List<mxUndoableEdit.mxUndoableChange> changes, boolean invalidate, boolean ignoreDirty)Processes the changes and returns the minimal rectangle to be repainted in the buffer.
-