[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Change location on creation

So that child node isn't actually contained in the parent node, but just a reference.... so then you have to handle the behavior in the handleNotificationEvent() method of the container (the real one, maybe it's the diagram), and there you should search for the parent of the reference and act accordingly.