Package org.eclipse.glsp.server.emf
Class AbstractEMFCreateEdgeOperationHandler
- java.lang.Object
-
- org.eclipse.glsp.server.operations.AbstractOperationHandler<T>
-
- org.eclipse.glsp.server.operations.AbstractCreateOperationHandler<O>
-
- org.eclipse.glsp.server.emf.AbstractEMFCreateOperationHandler<CreateEdgeOperation>
-
- org.eclipse.glsp.server.emf.AbstractEMFCreateEdgeOperationHandler
-
- All Implemented Interfaces:
EMFOperationHandler<CreateEdgeOperation>,CreateEdgeOperationHandler,CreateOperationHandler,OperationHandler
public abstract class AbstractEMFCreateEdgeOperationHandler extends AbstractEMFCreateOperationHandler<CreateEdgeOperation> implements CreateEdgeOperationHandler
A specialEMFOperationHandlerthat is responsible for the handling ofCreateEdgeOperations. It provides an EMF command to create the specific edge.
-
-
Field Summary
-
Fields inherited from class org.eclipse.glsp.server.operations.AbstractCreateOperationHandler
handledElementTypeIds
-
Fields inherited from class org.eclipse.glsp.server.operations.AbstractOperationHandler
operationType
-
-
Constructor Summary
Constructors Constructor Description AbstractEMFCreateEdgeOperationHandler(java.lang.String... elementTypeIds)AbstractEMFCreateEdgeOperationHandler(java.util.List<java.lang.String> handledElementTypeIds)
-
Method Summary
-
Methods inherited from class org.eclipse.glsp.server.emf.AbstractEMFCreateOperationHandler
executeOperation
-
Methods inherited from class org.eclipse.glsp.server.operations.AbstractCreateOperationHandler
getHandledElementTypeIds, setHandledElementTypeIds
-
Methods inherited from class org.eclipse.glsp.server.operations.AbstractOperationHandler
deriveOperationType, execute, getHandledOperationType, getLabel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.glsp.server.operations.CreateEdgeOperationHandler
getHandledOperationType
-
Methods inherited from interface org.eclipse.glsp.server.operations.CreateOperationHandler
getHandledElementTypeIds, getTriggerActions, handles
-
Methods inherited from interface org.eclipse.glsp.server.emf.EMFOperationHandler
createCommand, execute, getCommand, getHandledOperationType
-
Methods inherited from interface org.eclipse.glsp.server.operations.OperationHandler
getLabel
-
-