Skip to main content



      Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Drag & drop on model tree
Drag & drop on model tree [message #622114] Wed, 10 February 2010 10:28
Eclipse UserFriend
Hello.

I have DND support in my model tree like this:

viewer.addDragSupport(dndOperations, transfers, new ViewerDragAdapter(viewer));
viewer.addDropSupport(dndOperations, transfers, new EditingDomainViewerDropAdapter(editingDomain, viewer));


When user tries to make drag of the root resource element at the tree, and drops it, after that DND operation, it will not work other DND operation again...

What can I do for catching this issue? Because when user drags the root element, there is not thrown any event like the case of any other element... (apparently)

Thanks in advance.
Previous Topic:Drag & drop on model tree
Next Topic:[Announce] Eclipse/OMG Symposium 2010
Goto Forum:
  


Current Time: Tue Jul 15 00:48:05 EDT 2025

Powered by FUDForum. Page generated in 0.06785 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top