FileListComponent question

Is it possible to create a FileListComponent that shows a list of files which are not physically stored on my HDD?
I mean I have only the file list, like I downloaded the description of each files (name, size, time of last modification) and I want to print this list adding each file descriptions to the component (with the default look of the FileListComponent).

It’s not possible with the FileListComponent, which is specifically for actual files, but you could write your own version that gets its data from elsewhere.