tags:

views:

44

answers:

1

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 :-)

+1  A: 

No, there isn't. You could open a viewpart on the editor area but then, you will not be able to have editors and views as tabs

buciu