Question

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

Any ideas ?

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top