Stacking a View with the Editor Area?

Posted by Patrick on Stack Overflow See other posts from Stack Overflow or by Patrick
Published on 2010-05-03T14:14:21Z Indexed on 2010/05/03 14:18 UTC
Read the original article Hit count: 231

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about java

Related posts about rcp