Package org.eclipse.glsp.server.emf
Class AbstractEMFCreateNodeOperationHandler
- java.lang.Object
-
- org.eclipse.glsp.server.operations.AbstractOperationHandler<T>
-
- org.eclipse.glsp.server.operations.AbstractCreateOperationHandler<O>
-
- org.eclipse.glsp.server.emf.AbstractEMFCreateOperationHandler<CreateNodeOperation>
-
- org.eclipse.glsp.server.emf.AbstractEMFCreateNodeOperationHandler
-
- All Implemented Interfaces:
EMFOperationHandler<CreateNodeOperation>,CreateNodeOperationHandler,CreateOperationHandler,OperationHandler
public abstract class AbstractEMFCreateNodeOperationHandler extends AbstractEMFCreateOperationHandler<CreateNodeOperation> implements CreateNodeOperationHandler
A specialEMFOperationHandlerthat is responsible for the handling ofCreateNodeOperations. It provides an EMF command to create the specific node.
-
-
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 AbstractEMFCreateNodeOperationHandler(java.lang.String... elementTypeIds)AbstractEMFCreateNodeOperationHandler(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.CreateNodeOperationHandler
getHandledOperationType, getLocation, getRelativeLocation
-
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
-
-