Uses of Class
com.mxgraph.util.mxUndoableEdit
-
Packages that use mxUndoableEdit Package Description com.mxgraph.model This package contains the classes that define a graph model.com.mxgraph.util This package provides utility classes such as mxConstants, mxUtils, mxPoint and mxRectangle as well as all classes for custom events and the undo history.com.mxgraph.view This package implements the graph component, represented by the mxGraph class. -
-
Uses of mxUndoableEdit in com.mxgraph.model
Fields in com.mxgraph.model declared as mxUndoableEdit Modifier and Type Field Description protected mxUndoableEdit
mxGraphModel. currentEdit
Holds the changes for the current transaction.Methods in com.mxgraph.model that return mxUndoableEdit Modifier and Type Method Description protected mxUndoableEdit
mxGraphModel. createUndoableEdit()
Creates a new undoable edit. -
Uses of mxUndoableEdit in com.mxgraph.util
Fields in com.mxgraph.util with type parameters of type mxUndoableEdit Modifier and Type Field Description protected java.util.List<mxUndoableEdit>
mxUndoManager. history
List that contains the steps of the command history.Methods in com.mxgraph.util with parameters of type mxUndoableEdit Modifier and Type Method Description void
mxUndoManager. undoableEditHappened(mxUndoableEdit undoableEdit)
Method to be called to add new undoable edits to the history. -
Uses of mxUndoableEdit in com.mxgraph.view
Methods in com.mxgraph.view with parameters of type mxUndoableEdit Modifier and Type Method Description protected void
mxLayoutManager. beforeUndo(mxUndoableEdit edit)
-