com.mxgraph.model
Class mxGraphModel.mxTerminalChange
java.lang.Object
   com.mxgraph.model.mxIGraphModel.mxAtomicGraphModelChange
com.mxgraph.model.mxIGraphModel.mxAtomicGraphModelChange
       com.mxgraph.model.mxGraphModel.mxTerminalChange
com.mxgraph.model.mxGraphModel.mxTerminalChange
- All Implemented Interfaces: 
- mxUndoableEdit.mxUndoableChange
- Enclosing class:
- mxGraphModel
- public static class mxGraphModel.mxTerminalChange 
- 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
terminal
protected Object terminal
previous
protected Object previous
isSource
protected boolean isSource
mxGraphModel.mxTerminalChange
public mxGraphModel.mxTerminalChange(mxGraphModel model,
                                     Object cell,
                                     Object terminal,
                                     boolean isSource)
getCell
public Object getCell()
- 
- Returns:
- the cell
 
getTerminal
public Object getTerminal()
- 
- Returns:
- the terminal
 
getPrevious
public Object getPrevious()
- 
- Returns:
- the previous
 
isSource
public boolean isSource()
- 
- Returns:
- the isSource
 
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.