Posted By:
Vincent_Beretti
Posted On:
Wednesday, June 15, 2005 11:56 AM
Hi !
in the plugin I developped, I need to use a file selection dialog. In fact, I want that when I click on a button, a dialog appears and I can choose a directory just as a classic save/open dialog.
I found in Eclipse API the class FileSelectionDialog and I think that's what I need.
But I can not use it in a plugin because it does not know the package org.eclipse.ui.dialogs.* where FileSelectionDialog is located.
How can I do that ?
Is FileSelectionDialog the good class to use ?
Thanks
Vincent