[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.modeling.gmf] Re: Not able to get hidden NoteEditParts.

Hello Nagesh,

You should be able to access invisible iagram elements using org.eclipse.gmf.runtime.notation.Diagram.getChildren() method (using notation model instead of an EditParts).

-----------------
Alex Shatalin