I've got a FileTreeComponent, and I'd like to be able to detect when someone presses Return on a file so I can load it. FileBrowserListener provides me with information on selected, double clicked and clicked files. However I can't find any way of detecting Return being pressed - FileTreeComponent soaks it up. I can detect other key presses.
Any workarounds, or perhaps another callback added to FileBrowserListener ..
Excellent idea! Thanks, I've added that now (though the correct thing to use is actually mightContainSubItems(), since some items won't bother adding their sub-items until you try to open them)