Uses of Interface
com.mxgraph.util.mxUndoableEdit.mxUndoableChange
Packages that use mxUndoableEdit.mxUndoableChange
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.mxUndoableChange in com.mxgraph.model
Classes in com.mxgraph.model that implement mxUndoableEdit.mxUndoableChangeModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
static class
static class
static class
Defines the interface for an atomic change of the graph model. -
Uses of mxUndoableEdit.mxUndoableChange in com.mxgraph.util
Fields in com.mxgraph.util with type parameters of type mxUndoableEdit.mxUndoableChangeModifier and TypeFieldDescriptionprotected List
<mxUndoableEdit.mxUndoableChange> mxUndoableEdit.changes
Holds the list of changes that make up this undoable edit.Methods in com.mxgraph.util that return types with arguments of type mxUndoableEdit.mxUndoableChangeMethods in com.mxgraph.util with parameters of type mxUndoableEdit.mxUndoableChangeModifier and TypeMethodDescriptionvoid
mxUndoableEdit.add
(mxUndoableEdit.mxUndoableChange change) Adds the specified change to this edit. -
Uses of mxUndoableEdit.mxUndoableChange in com.mxgraph.view
Classes in com.mxgraph.view that implement mxUndoableEdit.mxUndoableChangeModifier and TypeClassDescriptionstatic class
static class
Action to change the current root in a view.Methods in com.mxgraph.view with parameters of type mxUndoableEdit.mxUndoableChangeModifier and TypeMethodDescriptionprotected Collection
<Object> mxLayoutManager.getCellsForChange
(mxUndoableEdit.mxUndoableChange change) mxGraph.processChange
(mxUndoableEdit.mxUndoableChange change, boolean invalidate, boolean ignoreDirty) Processes the given change and invalidates the respective cached data in. Method parameters in com.mxgraph.view with type arguments of type mxUndoableEdit.mxUndoableChangeModifier and TypeMethodDescriptionprotected Collection
<Object> mxLayoutManager.getCellsForChanges
(List<mxUndoableEdit.mxUndoableChange> changes) Object[]
mxGraph.getSelectionCellsForChanges
(List<mxUndoableEdit.mxUndoableChange> changes) Returns the cells to be selected for the given list of changes.mxGraph.graphModelChanged
(mxIGraphModel sender, List<mxUndoableEdit.mxUndoableChange> changes) Called when the graph model changes.mxGraph.processChanges
(List<mxUndoableEdit.mxUndoableChange> changes, boolean invalidate, boolean ignoreDirty) Processes the changes and returns the minimal rectangle to be repainted in the buffer.