Constructors in com.mxgraph.model with parameters of type mxGraphModel |
mxGraphModel.mxChildChange(mxGraphModel model,
Object parent,
Object child)
|
mxGraphModel.mxChildChange(mxGraphModel model,
Object parent,
Object child,
int index)
|
mxGraphModel.mxCollapseChange(mxGraphModel model,
Object cell,
boolean collapsed)
|
mxGraphModel.mxGeometryChange(mxGraphModel model,
Object cell,
mxGeometry geometry)
|
mxGraphModel.mxRootChange(mxGraphModel model,
Object root)
|
mxGraphModel.mxStyleChange(mxGraphModel model,
Object cell,
String style)
|
mxGraphModel.mxTerminalChange(mxGraphModel model,
Object cell,
Object terminal,
boolean isSource)
|
mxGraphModel.mxValueChange(mxGraphModel model,
Object cell,
Object value)
|
mxGraphModel.mxVisibleChange(mxGraphModel model,
Object cell,
boolean visible)
|