SWT Component for choose file only from workspace
问题 I work with SWT and Eclipse's plugin. I need choose file only from workspace. I founded component for choose directory in workspace, component for choose file in file system, but i have not found component for choose file from workspace. Now I'm using org.eclipse.swt.widgets.FileDialog and set filter setFilterPath(Platform.getLocation().toOSString()) . But the user can choose other file not from workspace. They should only be able to set files from within the workspace. 回答1: Thank for answers