|
Problems with wizards in eclipse -
12-01-2008, 03:11 AM
Hi every one!!
I am making some wizards for eclipse, and now I have a big problem.
I have a view in the workbench, that I would like to appear in one of the wizard's window.
The view is a properties view, it has a table with a tree kind columns, and it has keys on the left and values on the other side. I open it easy when in eclipse workbench, but I need it to be also in one of the wizards window, somewhere in that window, and in that window there will be some more widgets.
I got to see it in the wizard window BUT, it is empty, and I would need it to be filled with the same keys/values that are in the view in the workbench.
I did it using a PropertiesSheetPage. If I debug, I can see that the PropertiesSheetPage I create is filled with all the keys and values BUT it does not appear in the wizard window.
I have seen there is a "init" method in the PropertiesSheetPage but I do not get it to work, I do not know where to the PageSite it needs to receive.
Does any of you have a clue what I am missing or how I could do it?
Thanks a lot in advance!!
|