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

Any ideas ?

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top