Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question

1 Answer

up vote 2 down vote accepted

In the eclipse magazine 03-2010 is an article about that stuff from lars vogel and others. you can find it using google with 'lars vogel "widget explorer"'. it is written in german. you can also download the widget explorer. the articel says that the widget explorer is only a simple example (it supports moving with dnd, color chosing, minimize and edit). with the wazaabi project or e4 could be done much more.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.