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