Class CommandService
- java.lang.Object
-
- org.eclipse.graphiti.ui.internal.services.impl.CommandService
-
- All Implemented Interfaces:
ICommandService
public class CommandService extends java.lang.Object implements ICommandService
-
-
Constructor Summary
Constructors Constructor Description CommandService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DefaultExecutionInfocompleteExecutionInfo(DefaultExecutionInfo executionInfo, org.eclipse.gef.commands.Command gefCommand)DefaultExecutionInfocompleteExecutionInfo(DefaultExecutionInfo executionInfo, ICommand gfCommand)IExecutionInforemoveFeaturesWithoutChanges(IExecutionInfo executionInfo)org.eclipse.gef.commands.CommandtransformFromEmfToGefCommand(org.eclipse.emf.common.command.Command emfCommand)org.eclipse.emf.common.command.CommandtransformFromGefToEmfCommand(org.eclipse.gef.commands.Command gefCommand)
-
-
-
Method Detail
-
transformFromGefToEmfCommand
public org.eclipse.emf.common.command.Command transformFromGefToEmfCommand(org.eclipse.gef.commands.Command gefCommand)
- Specified by:
transformFromGefToEmfCommandin interfaceICommandService
-
transformFromEmfToGefCommand
public org.eclipse.gef.commands.Command transformFromEmfToGefCommand(org.eclipse.emf.common.command.Command emfCommand)
- Specified by:
transformFromEmfToGefCommandin interfaceICommandService
-
completeExecutionInfo
public DefaultExecutionInfo completeExecutionInfo(DefaultExecutionInfo executionInfo, org.eclipse.gef.commands.Command gefCommand)
- Specified by:
completeExecutionInfoin interfaceICommandService
-
completeExecutionInfo
public DefaultExecutionInfo completeExecutionInfo(DefaultExecutionInfo executionInfo, ICommand gfCommand)
- Specified by:
completeExecutionInfoin interfaceICommandService
-
removeFeaturesWithoutChanges
public IExecutionInfo removeFeaturesWithoutChanges(IExecutionInfo executionInfo)
- Specified by:
removeFeaturesWithoutChangesin interfaceICommandService
-
-