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
    • Method Detail

      • 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)