I have a few composites in an Eclipse editor, and the user would like to resize, maximize, restore, and move those comp开发者_开发知识库osites 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
There is Eclipse RCP: you can build your own application similar to Eclipse IDE.
Look at this tutorial too: Create your first RCP application
精彩评论