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