Uses of Interface
org.eclipse.glsp.server.emf.EMFOperationHandler
-
Packages that use EMFOperationHandler Package Description org.eclipse.glsp.server.emf org.eclipse.glsp.server.emf.notation -
-
Uses of EMFOperationHandler in org.eclipse.glsp.server.emf
Classes in org.eclipse.glsp.server.emf that implement EMFOperationHandler Modifier and Type Class Description classAbstractEMFCreateEdgeOperationHandlerA specialEMFOperationHandlerthat is responsible for the handling ofCreateEdgeOperations.classAbstractEMFCreateNodeOperationHandlerA specialEMFOperationHandlerthat is responsible for the handling ofCreateNodeOperations.classAbstractEMFCreateOperationHandler<O extends CreateOperation>classAbstractEMFOperationHandler<O extends Operation>classEMFCompoundOperationHandlerCreates a compound command to wrap multiple commands into one command that is executed on the command stack.Methods in org.eclipse.glsp.server.emf that return types with arguments of type EMFOperationHandler Modifier and Type Method Description static <O extends Operation>
java.util.Optional<EMFOperationHandler<O>>EMFOperationHandler. getOperationHandler(OperationHandlerRegistry registry, O operation)Returns the EMF operation handler for the given operation from the given operation handler registry. -
Uses of EMFOperationHandler in org.eclipse.glsp.server.emf.notation
Classes in org.eclipse.glsp.server.emf.notation that implement EMFOperationHandler Modifier and Type Class Description classEMFChangeBoundsOperationHandlerA custom change bounds operation handler that updates the notation model for the moved shape elements.
-