public static class mxGraphModel.mxVisibleChange extends mxIGraphModel.mxAtomicGraphModelChange
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.Object |
cell |
protected boolean |
previous |
protected boolean |
visible |
model| Constructor and Description |
|---|
mxGraphModel.mxVisibleChange(mxGraphModel model,
java.lang.Object cell,
boolean visible) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute()
Changes the root of the model.
|
java.lang.Object |
getCell() |
boolean |
getPrevious() |
boolean |
isVisible() |
getModel, setModelprotected java.lang.Object cell
protected boolean visible
protected boolean previous
public mxGraphModel.mxVisibleChange(mxGraphModel model, java.lang.Object cell, boolean visible)
public java.lang.Object getCell()
public boolean isVisible()
public boolean getPrevious()
public void execute()
execute in interface mxUndoableEdit.mxUndoableChangeexecute in class mxIGraphModel.mxAtomicGraphModelChangeCopyright (c) 2010 Gaudenz Alder. All rights reserved.