| 
 | JGraph X 1.4.1.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.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.currentEditHolds 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.util | 
|---|
| Fields in com.mxgraph.util with type parameters of type mxUndoableEdit | |
|---|---|
| protected  List<mxUndoableEdit> | mxUndoManager.historyList 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) | 
| 
 | JGraph X 1.4.1.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||