Oliver-Loeffler / FXFileChooser

Custom JavaFX file chooser which allows quick manual filtering, which allows to add Path predicates as filter and which is testable using TestFX.
Apache License 2.0
44 stars 8 forks source link

Make functionality to change directory in FXFileChooser configurable #41

Open Oliver-Loeffler opened 4 years ago

Oliver-Loeffler commented 4 years ago

FXFileChooser allows to change directory in different ways:

There may be cases, where opening either all of these options or a subset is not permitted. So ideally there should be a standard case and each of these options should be configurable programmatically.