|
mxGraph 1.10.4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.mxgraph.model.mxIGraphModel.mxAtomicGraphModelChange
public abstract static class mxIGraphModel.mxAtomicGraphModelChange
Defines the interface for an atomic change of the graph model.
Field Summary | |
---|---|
protected mxIGraphModel |
model
Holds the model where the change happened. |
Constructor Summary | |
---|---|
mxIGraphModel.mxAtomicGraphModelChange()
Constructs an empty atomic graph model change. |
|
mxIGraphModel.mxAtomicGraphModelChange(mxIGraphModel model)
Constructs an atomic graph model change for the given model. |
Method Summary | |
---|---|
abstract void |
execute()
Executes the change on the model. |
mxIGraphModel |
getModel()
Returns the model where the change happened. |
void |
setModel(mxIGraphModel model)
Sets the model where the change is to be carried out. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected mxIGraphModel model
Constructor Detail |
---|
public mxIGraphModel.mxAtomicGraphModelChange()
public mxIGraphModel.mxAtomicGraphModelChange(mxIGraphModel model)
Method Detail |
---|
public mxIGraphModel getModel()
public void setModel(mxIGraphModel model)
public abstract void execute()
execute
in interface mxUndoableEdit.mxUndoableChange
|
mxGraph 1.10.4.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |