Uses of Class
com.mxgraph.sharing.mxSharedState
Packages that use mxSharedState
Package
Description
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.sharingModifier and TypeClassDescriptionclassImplements a diagram that may be shared among multiple sessions.Fields in com.mxgraph.sharing declared as mxSharedStateModifier and TypeFieldDescriptionprotected mxSharedStatemxSession.diagramReference to the shared diagram.Constructors in com.mxgraph.sharing with parameters of type mxSharedStateModifierConstructorDescriptionmxSession(String id, mxSharedState diagram) Constructs a new session with the given ID.