views:

45

answers:

1

Hi,

I have a few composites in an Eclipse editor, and the user would like to resize, maximize, restore, and move those composites around in the editor, as if each of those was a portlet.

Is there a toolkit for doing this, or is it something that I'll have to build myself from basic facilities like DnD and SashForms?

Thank you.

Pradyumna

+1  A: 

There is Eclipse RCP: you can build your own application similar to Eclipse IDE.

Look at this tutorial too: Create your first RCP application

True Soft
I do have an RCP application, and I have my own editor in it that responds to specific file types. What I'd like to do is have dockable, movable, resizable composites within (inside of) my editor in my RCP app.
Pradyumna