Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Docking framework for Eclipse Forms/SWT

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

like image 625
Pradyumna Avatar asked Mar 20 '26 09:03

Pradyumna


1 Answers

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

Look at this tutorial too: Create your first RCP application

like image 181
True Soft Avatar answered Mar 22 '26 23:03

True Soft