Class CommandService
java.lang.Object
org.eclipse.graphiti.ui.internal.services.impl.CommandService
- All Implemented Interfaces:
ICommandService
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncompleteExecutionInfo
(DefaultExecutionInfo executionInfo, org.eclipse.gef.commands.Command gefCommand) completeExecutionInfo
(DefaultExecutionInfo executionInfo, ICommand gfCommand) 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)
-
Constructor Details
-
CommandService
public CommandService()
-
-
Method Details
-
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
- Specified by:
removeFeaturesWithoutChanges
in interfaceICommandService
-