com.mxgraph.model
Class mxGraphModel.mxValueChange
java.lang.Object
com.mxgraph.model.mxIGraphModel.mxAtomicGraphModelChange
com.mxgraph.model.mxGraphModel.mxValueChange
- All Implemented Interfaces:
- mxUndoableEdit.mxUndoableChange
- Enclosing class:
- mxGraphModel
public static class mxGraphModel.mxValueChange
- extends mxIGraphModel.mxAtomicGraphModelChange
Field Summary |
protected java.lang.Object |
cell
|
protected java.lang.Object |
previous
|
protected java.lang.Object |
value
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
cell
protected java.lang.Object cell
value
protected java.lang.Object value
previous
protected java.lang.Object previous
mxGraphModel.mxValueChange
public mxGraphModel.mxValueChange(mxGraphModel model,
java.lang.Object cell,
java.lang.Object value)
getCell
public java.lang.Object getCell()
- Returns:
- the cell
getValue
public java.lang.Object getValue()
- Returns:
- the value
getPrevious
public java.lang.Object getPrevious()
- Returns:
- the previous
execute
public void execute()
- Changes the root of the model.
- Specified by:
execute
in interface mxUndoableEdit.mxUndoableChange
- Specified by:
execute
in class mxIGraphModel.mxAtomicGraphModelChange
Copyright (c) 2008 Gaudenz Alder. All rights reserved.