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