Package org.eclipse.glsp.server.emf
Class AbstractEMFCreateOperationHandler<O extends CreateOperation>
- java.lang.Object
-
- org.eclipse.glsp.server.operations.AbstractOperationHandler<T>
-
- org.eclipse.glsp.server.operations.AbstractCreateOperationHandler<O>
-
- org.eclipse.glsp.server.emf.AbstractEMFCreateOperationHandler<O>
-
- All Implemented Interfaces:
EMFOperationHandler<O>,CreateOperationHandler,OperationHandler
- Direct Known Subclasses:
AbstractEMFCreateEdgeOperationHandler,AbstractEMFCreateNodeOperationHandler
public abstract class AbstractEMFCreateOperationHandler<O extends CreateOperation> extends AbstractCreateOperationHandler<O> implements EMFOperationHandler<O>
-
-
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 AbstractEMFCreateOperationHandler(java.lang.String... elementTypeIds)AbstractEMFCreateOperationHandler(java.util.List<java.lang.String> handledElementTypeIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidexecuteOperation(O operation)-
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.CreateOperationHandler
getHandledOperationType, 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
-
-
-
-
Method Detail
-
executeOperation
protected void executeOperation(O operation)
- Specified by:
executeOperationin classAbstractOperationHandler<O extends CreateOperation>
-
-