| [news.eclipse.platform.swt] Re: Package Selection for my Plugin |
There certainly is a FileDialog. Does it not do what you want?
Bob Foster
It seems to me that there is no such simple solution, like a FileDialog for browsing files.
So I took a TreeViewer with a content provider to get a result. Its not exactly what I wanted, but thats (programmer's) life.
Jürgen Bobinger schrieb:
Hy,
the user of my plugin should be able to select a package out of all packages the project knows.
If you create a new class in Eclipse you can select a package via a dialog. Which kind of dialog is used there?
Thanks!