Docking *inside* an editor
Posted
by Andy Thomas-Cramer
on Stack Overflow
See other posts from Stack Overflow
or by Andy Thomas-Cramer
Published on 2010-05-24T20:13:49Z
Indexed on
2010/06/08
17:22 UTC
Read the original article
Hit count: 364
eclipse-rcp
I have a document type which has multiple presentations. Say I want to display the document in an RCP editor with a customizable subset of those presentations, in a layout chosen by the user.
One option that has come up is docking-like behavior for the panels inside an individual editor, with drag-and-drop, resizing, closing, maybe rollover and floating.
Clearly this would need usability testing, but my question here is of feasibility.
Are there any existing libraries or e4 plans to support behavior like this?
© Stack Overflow or respective owner