Uses of Class
com.mxgraph.sharing.mxSharedState
-
Packages that use mxSharedState Package Description com.mxgraph.sharing This package contains all classes required for concurrent diagram editing by multiple clients. -
-
Uses of mxSharedState in com.mxgraph.sharing
Subclasses of mxSharedState in com.mxgraph.sharing Modifier and Type Class Description class
mxSharedGraphModel
Implements a diagram that may be shared among multiple sessions.Fields in com.mxgraph.sharing declared as mxSharedState Modifier and Type Field Description protected mxSharedState
mxSession. diagram
Reference to the shared diagram.Constructors in com.mxgraph.sharing with parameters of type mxSharedState Constructor Description mxSession(java.lang.String id, mxSharedState diagram)
Constructs a new session with the given ID.
-