How to make Parts movable within a PartStack

2019-05-28 18:52发布

I'm trying to figure out how to make the Part's movable within a Part Stack in e4.

Any ideas ?

标签: eclipse e4
1条回答
够拽才男人
2楼-- · 2019-05-28 19:49

To support drag and drop of parts you need the DndAddon and CleanupAddon specified in your Application.e4xmi.

The Class URIs are:

bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.dndaddon.DnDAddon

bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.cleanupaddon.CleanupAddon

This requires the org.eclipse.e4.ui.workbench.addons.swt plugin

查看更多
登录 后发表回答