| [news.eclipse.modeling.gmf] Re: Diagram configuration option |
Hello Nicola,
From the selection you'll receive EditPart instance (most probably). Usingthis EditPart you can get View instance by calling (org.eclipse.gmf.runtime.notation.View) EditPart.GetModel()
----------------- Alex Shatalin