[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: savedialog box

Indeed but thanks anyway for the answer :)
The getFilterExtensions() returns the file extensions which the dialog will
use to filter the files it shows.
But I want to know the extension that was selected by the user in the
dialog.

"Taiche" <tech_le_lourd@xxxxxxxxxxxxxxx> a écrit dans le message de
news:bfrg7u$t1m$1@xxxxxxxxxxxxxx
> Taiche wrote:
>
> > Use the getFilterNames() or getFilterPath() methods. You can find the
API
> > javadoc in the
$ECLIPSE_INSTALL/plugins/org.eclipse.platform.doc.isv_2.1.0
> > directory. It is the doc.zip file.
>
> Sorry, I might have misunderstood your needs so this will probably not
> work the way you want.
>