Uses of Class
org.eclipse.glsp.server.emf.EMFModelState
-
Packages that use EMFModelState Package Description org.eclipse.glsp.server.emf org.eclipse.glsp.server.emf.notation -
-
Uses of EMFModelState in org.eclipse.glsp.server.emf
Fields in org.eclipse.glsp.server.emf declared as EMFModelState Modifier and Type Field Description protected EMFModelStateEMFGModelFactory. modelStateprotected EMFModelStateEMFSourceModelStorage. modelStateMethods in org.eclipse.glsp.server.emf that return types with arguments of type EMFModelState Modifier and Type Method Description protected java.lang.Class<? extends EMFModelState>EMFDiagramModule. bindGModelState() -
Uses of EMFModelState in org.eclipse.glsp.server.emf.notation
Subclasses of EMFModelState in org.eclipse.glsp.server.emf.notation Modifier and Type Class Description classEMFNotationModelStateThis state represents the status of the diagram based on theGModelRoot, contains theEMFModelIndex, is able to execute commands via itsCommandStackand is registered asClientSessionListenerto be able to reset the EMF resources on diagram close.
-