Skip to content

Add method signatures and preprocessor to select multiple files#276

Merged
ctrueden merged 3 commits intoscijava:masterfrom
imagejan:multiple-file-input
Jul 31, 2017
Merged

Add method signatures and preprocessor to select multiple files#276
ctrueden merged 3 commits intoscijava:masterfrom
imagejan:multiple-file-input

Conversation

@imagejan
Copy link
Copy Markdown
Member

@imagejan imagejan commented Jul 9, 2017

This PR adds the chooseFiles(File[] files, FileFilter filter) and chooseFiles(List<File> fileList, FileFilter filter) method signatures.

It is the base for implementations of a file list choosing widget implemented in scijava-ui-swing.

@imagejan
Copy link
Copy Markdown
Member Author

I just rebased this on top of current master. Builds fine with passing tests.

The issue of persisting File[] values stored as Strings will be addressed in a follow-up PR.

@ctrueden ctrueden merged commit 5b10cf4 into scijava:master Jul 31, 2017
@ctrueden
Copy link
Copy Markdown
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants