Skip to main content



      Home
Home » Modeling » EMF "Technology" (Ecore Tools, EMFatic, etc)  » Drag & drop on model tree
Drag & drop on model tree [message #513571] 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:Re: [CDO]
Next Topic:Drag & drop on model tree
Goto Forum:
  


Current Time: Thu Jul 17 10:52:48 EDT 2025

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

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

Back to the top