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 DefaultExecutionInfo
completeExecutionInfo(DefaultExecutionInfo executionInfo, org.eclipse.gef.commands.Command gefCommand)
DefaultExecutionInfo
completeExecutionInfo(DefaultExecutionInfo executionInfo, ICommand gfCommand)
IExecutionInfo
removeFeaturesWithoutChanges(IExecutionInfo executionInfo)
org.eclipse.gef.commands.Command
transformFromEmfToGefCommand(org.eclipse.emf.common.command.Command emfCommand)
org.eclipse.emf.common.command.Command
transformFromGefToEmfCommand(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:
transformFromGefToEmfCommand
in interfaceICommandService
-
transformFromEmfToGefCommand
public org.eclipse.gef.commands.Command transformFromEmfToGefCommand(org.eclipse.emf.common.command.Command emfCommand)
- Specified by:
transformFromEmfToGefCommand
in interfaceICommandService
-
completeExecutionInfo
public DefaultExecutionInfo completeExecutionInfo(DefaultExecutionInfo executionInfo, org.eclipse.gef.commands.Command gefCommand)
- Specified by:
completeExecutionInfo
in interfaceICommandService
-
completeExecutionInfo
public DefaultExecutionInfo completeExecutionInfo(DefaultExecutionInfo executionInfo, ICommand gfCommand)
- Specified by:
completeExecutionInfo
in interfaceICommandService
-
removeFeaturesWithoutChanges
public IExecutionInfo removeFeaturesWithoutChanges(IExecutionInfo executionInfo)
- Specified by:
removeFeaturesWithoutChanges
in interfaceICommandService
-
-