Stacking a View with the Editor Area?
- by Patrick
Hello everybody, :-)
Is it possible, when developing an Eclipse RCP Application, to stack a
view with the editor area?
Like this?
http://www.fotos-hochladen.net/stackingaviewwithane9e1fdbvp.png
I have multiple lists / tables. I want to create a kind of preview
composite. When an Item on a list is selected by single mouse click, i
want my preview composite to show the data of the item.
If the user double clicks an item, i want to open an editor in the
stack behind the preview composite.
Is there anyway to achieve this?
Thanks Patrick :-)