Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » Visibility of view
Visibility of view [message #230416] Fri, 15 May 2009 09:27 Go to next message
Jose Salazar is currently offline Jose SalazarFriend
Messages: 34
Registered: July 2009
Member
Hello,

I have a problem. When I delete a node, I set node's visibility to false
for restore purposes (with the View.SetVisibility method).

The problem is, how can I show the node again? I can't find the
corresponding EditPart or View, so I can't set node's visibility to true.

Any comment could help me.

Thanks in advance.
Re: Visibility of view [SOLVED] [message #230438 is a reply to message #230416] Fri, 15 May 2009 09:55 Go to previous messageGo to next message
Jose Salazar is currently offline Jose SalazarFriend
Messages: 34
Registered: July 2009
Member
Sorry,

there is already a similar question resolved.
Re: Visibility of view [message #230523 is a reply to message #230416] Fri, 15 May 2009 15:39 Go to previous message
Alexander Shatalin is currently offline Alexander ShatalinFriend
Messages: 2928
Registered: July 2009
Senior Member
Hello Jose,

You should be able to get corresponding view using notation model API (by
calling View.getChildren() for the parent view).

-----------------
Alex Shatalin
Previous Topic:Derived feature as containment feature
Next Topic:Correct way to customize CreateCommand
Goto Forum:
  


Current Time: Fri Apr 19 05:46:19 GMT 2024

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

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

Back to the top