Uses of Class
com.mxgraph.util.mxUndoableEdit
Packages that use mxUndoableEdit
Package
Description
This package contains the classes that define a graph model.
This package provides utility classes such as mxConstants, mxUtils, mxPoint
and mxRectangle as well as all classes for custom events and the undo
history.
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 mxUndoableEditModifier and TypeFieldDescriptionprotected mxUndoableEdit
mxGraphModel.currentEdit
Holds the changes for the current transaction.Methods in com.mxgraph.model that return mxUndoableEditModifier and TypeMethodDescriptionprotected 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 mxUndoableEditModifier and TypeFieldDescriptionprotected List
<mxUndoableEdit> mxUndoManager.history
List that contains the steps of the command history.Methods in com.mxgraph.util with parameters of type mxUndoableEditModifier and TypeMethodDescriptionvoid
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