Bug 88676 - Request a FileDialog type dialog that allows selection of files and directories at the same time
Summary: Request a FileDialog type dialog that allows selection of files and directori...
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Steve Northover CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-21 15:50 EST by CLA
Modified: 2005-04-05 17:24 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description CLA 2005-03-21 15:50:32 EST
Using SWT's FileDialog with SWT.OPEN and SWT.MULTI as the flags I can select 
many files.  Using SWT's DirectoryDialog I can select a directory.  But what I 
really would like is one single Dialog that can select a mixture of both files 
and directories and return an array of String[] file paths for the mixed 
selection.

Swing's JFileChooser can do this, and may serve as a model for 
implementation.  I don't think any of the platforms have native support for 
such a dialog, but maybe something could be created in SWT?
Comment 1 Steve Northover CLA 2005-04-05 17:24:27 EDT
None of the native file dialogs allow this.  Unfortunately, we have to stick 
with what they can do.