|
mxGraph 1.10.4.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use mxUndoableEdit | |
---|---|
com.mxgraph.model | This package contains the classes that define a graph model. |
com.mxgraph.sharing | This package contains all classes required for concurrent diagram editing by multiple clients. |
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 | |
---|---|
protected mxUndoableEdit |
mxGraphModel.currentEdit
Holds the changes for the current transaction. |
Methods in com.mxgraph.model that return mxUndoableEdit | |
---|---|
protected mxUndoableEdit |
mxGraphModel.createUndoableEdit()
Creates a new undoable edit. |
Uses of mxUndoableEdit in com.mxgraph.sharing |
---|
Methods in com.mxgraph.sharing that return mxUndoableEdit | |
---|---|
protected mxUndoableEdit |
mxSharedGraphModel.createUndoableEdit(mxIGraphModel.mxAtomicGraphModelChange[] changes)
Creates a new mxUndoableEdit that implements the notify function to fire a change and notify event via the model. |
Uses of mxUndoableEdit in com.mxgraph.util |
---|
Fields in com.mxgraph.util with type parameters of type mxUndoableEdit | |
---|---|
protected List<mxUndoableEdit> |
mxUndoManager.history
List that contains the steps of the command history. |
Methods in com.mxgraph.util with parameters of type mxUndoableEdit | |
---|---|
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 | |
---|---|
protected void |
mxLayoutManager.beforeUndo(mxUndoableEdit edit)
|
|
mxGraph 1.10.4.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |