开发者

Docking framework for Eclipse Forms/SWT

开发者 https://www.devze.com 2023-01-06 11:15 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消