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 TypeClassDescriptionclass
Implements a diagram that may be shared among multiple sessions.Fields in com.mxgraph.sharing declared as mxSharedStateModifier and TypeFieldDescriptionprotected mxSharedState
mxSession.diagram
Reference 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.