public class CommandService extends java.lang.Object implements ICommandService
| Constructor and Description |
|---|
CommandService() |
| Modifier and Type | Method and 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) |
public org.eclipse.emf.common.command.Command transformFromGefToEmfCommand(org.eclipse.gef.commands.Command gefCommand)
transformFromGefToEmfCommand in interface ICommandServicepublic org.eclipse.gef.commands.Command transformFromEmfToGefCommand(org.eclipse.emf.common.command.Command emfCommand)
transformFromEmfToGefCommand in interface ICommandServicepublic DefaultExecutionInfo completeExecutionInfo(DefaultExecutionInfo executionInfo, org.eclipse.gef.commands.Command gefCommand)
completeExecutionInfo in interface ICommandServicepublic DefaultExecutionInfo completeExecutionInfo(DefaultExecutionInfo executionInfo, ICommand gfCommand)
completeExecutionInfo in interface ICommandServicepublic IExecutionInfo removeFeaturesWithoutChanges(IExecutionInfo executionInfo)
removeFeaturesWithoutChanges in interface ICommandService