Class EMFChangeBoundsOperationHandler

    • Constructor Detail

      • EMFChangeBoundsOperationHandler

        public EMFChangeBoundsOperationHandler()
    • Method Detail

      • createCommand

        public java.util.Optional<org.eclipse.emf.common.command.Command> createCommand​(ChangeBoundsOperation operation)
        Description copied from interface: EMFOperationHandler
        Creates a command that performs the operation in the EMF source model(s).
        Parameters:
        operation - The operation to process.
        Returns:
        The created command to be executed on the command stack.