mxGraph 2.5.0.3


Uses of Class
com.mxgraph.model.mxIGraphModel.mxAtomicGraphModelChange

Packages that use mxIGraphModel.mxAtomicGraphModelChange
com.mxgraph.model This package contains the classes that define a graph model. 
com.mxgraph.sharing This package contains all classes required for concurrent diagram editing by multiple clients. 
 

Uses of mxIGraphModel.mxAtomicGraphModelChange in com.mxgraph.model
 

Subclasses of mxIGraphModel.mxAtomicGraphModelChange in com.mxgraph.model
static class mxGraphModel.mxChildChange
           
static class mxGraphModel.mxCollapseChange
           
static class mxGraphModel.mxGeometryChange
           
static class mxGraphModel.mxRootChange
           
static class mxGraphModel.mxStyleChange
           
static class mxGraphModel.mxTerminalChange
           
static class mxGraphModel.mxValueChange
           
static class mxGraphModel.mxVisibleChange
           
 

Methods in com.mxgraph.model with parameters of type mxIGraphModel.mxAtomicGraphModelChange
 void mxGraphModel.execute(mxIGraphModel.mxAtomicGraphModelChange change)
          Executes the given atomic change and adds it to the current edit.
 

Uses of mxIGraphModel.mxAtomicGraphModelChange in com.mxgraph.sharing
 

Methods in com.mxgraph.sharing that return mxIGraphModel.mxAtomicGraphModelChange
protected  mxIGraphModel.mxAtomicGraphModelChange[] mxSharedGraphModel.decodeChanges(Node node)
          Adds removed cells to the codec object lookup for references to the removed cells after this point in time.
 

Methods in com.mxgraph.sharing with parameters of type mxIGraphModel.mxAtomicGraphModelChange
protected  mxUndoableEdit mxSharedGraphModel.createUndoableEdit(mxIGraphModel.mxAtomicGraphModelChange[] changes)
          Creates a new mxUndoableEdit that implements the notify function to fire a change and notify event via the model.
 


mxGraph 2.5.0.3


Copyright (c) 2010 Gaudenz Alder, David Benson. All rights reserved.