public interface ICommandService
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) |
DefaultExecutionInfo completeExecutionInfo(DefaultExecutionInfo executionInfo, ICommand gfCommand)
DefaultExecutionInfo completeExecutionInfo(DefaultExecutionInfo executionInfo, org.eclipse.gef.commands.Command gefCommand)
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)
IExecutionInfo removeFeaturesWithoutChanges(IExecutionInfo executionInfo)