Is there an easy way to set the file filter in a FileBrowserComponent dynamically? In the documentation I could only find the FileFilter in the constructor.
Not really. I guess it could use a method to set a new one.
Yes, please 
At this point, I have to override a FileFilter class that mimicks the WildcardFileFilter, with basically exactly the same functionality. The only function I’d add is a SetFilter function.
