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