JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.processmining.mxgraph.util
Interface mxUndoableEdit.mxUndoableChange
All Known Implementing Classes:
mxGraphModel.mxChildChange
,
mxGraphModel.mxCollapseChange
,
mxGraphModel.mxGeometryChange
,
mxGraphModel.mxRootChange
,
mxGraphModel.mxStyleChange
,
mxGraphModel.mxTerminalChange
,
mxGraphModel.mxValueChange
,
mxGraphModel.mxVisibleChange
,
mxGraphSelectionModel.mxSelectionChange
,
mxGraphView.mxCurrentRootChange
,
mxIGraphModel.mxAtomicGraphModelChange
Enclosing class:
mxUndoableEdit
public static interface
mxUndoableEdit.mxUndoableChange
Defines the requirements for an undoable change.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
execute
()
Undoes or redoes the change depending on its undo state.
Method Detail
execute
void execute()
Undoes or redoes the change depending on its undo state.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method