com.mxgraph.model
public static class mxGraphModel.mxValueChange extends mxIGraphModel.mxAtomicGraphModelChange
Modifier and Type | Field and Description |
---|---|
protected Object |
cell |
protected Object |
previous |
protected Object |
value |
model
Constructor and Description |
---|
mxGraphModel.mxValueChange(mxGraphModel model,
Object cell,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
execute()
Changes the root of the model.
|
Object |
getCell() |
Object |
getPrevious() |
Object |
getValue() |
getModel, setModel
protected Object cell
protected Object value
protected Object previous
public mxGraphModel.mxValueChange(mxGraphModel model, Object cell, Object value)
public Object getCell()
public Object getValue()
public Object getPrevious()
public void execute()
execute
in interface mxUndoableEdit.mxUndoableChange
execute
in class mxIGraphModel.mxAtomicGraphModelChange
Copyright (c) 2010 Gaudenz Alder. All rights reserved.