In my Eclipse plugin application, I have a wizard to create a new file. In this wizard, I need to display the Workspace project tree, their packages and source files, similar to the Package Explorer, so that the user can select items related to my specific editor. They will not be edited in the editor itself, but they provide some context for my editor.
An example of what I need:
Create New File Wizard http://martindoms.com/scratch/newfilewizard.png
The larger the dialog box looks, the better. I am really not sure how to approach this problem.
source
share