|
mxGraph 2.5.0.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use mxUndoableEdit.mxUndoableChange | |
---|---|
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.mxUndoableChange in com.mxgraph.model |
---|
Classes in com.mxgraph.model that implement mxUndoableEdit.mxUndoableChange | |
---|---|
static class |
mxGraphModel.mxChildChange
|
static class |
mxGraphModel.mxCollapseChange
|
static class |
mxGraphModel.mxGeometryChange
|
static class |
mxGraphModel.mxRootChange
|
static class |
mxGraphModel.mxStyleChange
|
static class |
mxGraphModel.mxTerminalChange
|
static class |
mxGraphModel.mxValueChange
|
static class |
mxGraphModel.mxVisibleChange
|
static class |
mxIGraphModel.mxAtomicGraphModelChange
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.mxUndoableChange | |
---|---|
protected 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.mxUndoableChange | |
---|---|
List<mxUndoableEdit.mxUndoableChange> |
mxUndoableEdit.getChanges()
|
Methods in com.mxgraph.util with parameters of type mxUndoableEdit.mxUndoableChange | |
---|---|
void |
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.mxUndoableChange | |
---|---|
static class |
mxGraphSelectionModel.mxSelectionChange
|
static class |
mxGraphView.mxCurrentRootChange
Action to change the current root in a view. |
Methods in com.mxgraph.view with parameters of type mxUndoableEdit.mxUndoableChange | |
---|---|
protected Collection<Object> |
mxLayoutManager.getCellsForChange(mxUndoableEdit.mxUndoableChange change)
|
mxRectangle |
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.mxUndoableChange | |
---|---|
protected Collection<Object> |
mxLayoutManager.getCellsForChanges(List<mxUndoableEdit.mxUndoableChange> changes)
|
Object[] |
mxGraph.getRemovedCellsForChanges(List<mxUndoableEdit.mxUndoableChange> changes)
Returns the cells that have been removed from the model. |
Object[] |
mxGraph.getSelectionCellsForChanges(List<mxUndoableEdit.mxUndoableChange> changes)
Returns the cells to be selected for the given list of changes. |
mxRectangle |
mxGraph.graphModelChanged(mxIGraphModel sender,
List<mxUndoableEdit.mxUndoableChange> changes)
Called when the graph model changes. |
mxRectangle |
mxGraph.processChanges(List<mxUndoableEdit.mxUndoableChange> changes,
boolean invalidate,
boolean ignoreDirty)
Processes the changes and returns the minimal rectangle to be repainted in the buffer. |
|
mxGraph 2.5.0.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |