Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Not able to get hidden NoteEditParts.
Not able to get hidden NoteEditParts. [message #211860] Mon, 24 November 2008 09:21 Go to next message
Nagesh is currently offline NageshFriend
Messages: 55
Registered: July 2009
Member
Hi,

I have a diagram having a visible and hidden NoteEditParts. When I want to
get all NoteEditParts from diagram using getChildren() method, I am able
to get only visible NoteEditParts. How can I get hidden NoteEditParts from
diagram?.

Thanks In Advance,
-Nagesh
Re: Not able to get hidden NoteEditParts. [message #211900 is a reply to message #211860] Mon, 24 November 2008 12:23 Go to previous messageGo to next message
Alexander Shatalin is currently offline Alexander ShatalinFriend
Messages: 2928
Registered: July 2009
Senior Member
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
Re: Not able to get hidden NoteEditParts. [message #212007 is a reply to message #211900] Tue, 25 November 2008 08:53 Go to previous message
Nagesh is currently offline NageshFriend
Messages: 55
Registered: July 2009
Member
Thanks Alex........

-Nagesh


Alex Shatalin wrote:

> 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
Previous Topic:Custom save
Next Topic:Connection to/from a label
Goto Forum:
  


Current Time: Thu Apr 25 16:59:00 GMT 2024

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

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

Back to the top