-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove DirectoryOpenPicker and unify directory selection.
Replaced the DirectoryOpenPicker interface with a more unified approach for handling directories through existing FileOpenPicker. Enhanced ExtensionFilter to support directory selection with the `allowDirectory` flag. Streamlined related picker and dropper code for better maintainability and flexibility.
- Loading branch information
1 parent
adff6f3
commit d56fb40
Showing
12 changed files
with
148 additions
and
416 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 0 additions & 18 deletions
18
jpro-file/src/main/java/one/jpro/platform/file/picker/BaseDirectoryOpenPicker.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31 changes: 0 additions & 31 deletions
31
jpro-file/src/main/java/one/jpro/platform/file/picker/DirectoryOpenPicker.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.