Interface ICommandService
- All Known Implementing Classes:
CommandService
public interface ICommandService
Internal utility class for commands (EMF and GEF)
- Transform into each other
- Extract features from commands
- Transform into each other
- Extract features from commands
-
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)
-
Method Details
-
completeExecutionInfo
-
completeExecutionInfo
DefaultExecutionInfo completeExecutionInfo(DefaultExecutionInfo executionInfo, org.eclipse.gef.commands.Command gefCommand) -
transformFromEmfToGefCommand
org.eclipse.gef.commands.Command transformFromEmfToGefCommand(org.eclipse.emf.common.command.Command emfCommand) -
transformFromGefToEmfCommand
org.eclipse.emf.common.command.Command transformFromGefToEmfCommand(org.eclipse.gef.commands.Command gefCommand) -
removeFeaturesWithoutChanges
-