[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Shared Editing Domain settings for drag-drop

Hello,


I had to create a "fake" node-mapping in my application to get drag-drop functionality working in GMF.


see : http://dev.eclipse.org/newslists/news.eclipse.modeling.gmf/msg19539.html

Now , I want use Shared Editing Domain for synchronized persistence between different editors. I am following the following link,
http://wiki.eclipse.org/GMF_Tips#Sharing_single_EditingDomain_instance_across_several_diagrams


In Step 10 , we have to declare specialization type for all duplicating types. In this context my "fake" node mapping which is present in plugin.xml has the same EClass but a different visual id(which i have assigned).

Do I also have to declared my node as a specialization type to the original node??

thx
Jan Red