| 
 | JGraph X 2.1.0.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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 | modelHolds 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| 
 | JGraph X 2.1.0.7 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||