问题
I'm trying to figure out how to make the Part's movable within a Part Stack in e4.
Any ideas ?
回答1:
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
来源:https://stackoverflow.com/questions/23031690/how-to-make-parts-movable-within-a-partstack