Skip to main content



      Home
Home » Modeling » GMF (Graphical Modeling Framework) » Re: Custom Figures & Two Figures for one EditPart
Re: Custom Figures & Two Figures for one EditPart [message #173366] Thu, 21 February 2008 08:00 Go to next message
Eclipse UserFriend
Originally posted by: merks.ca.ibm.com

Meryem,

It's best to ask about GMF on the GMF newsgroup which I've added to the
"to" list of the reply.


myName wrote:
> Hello all,
>
> we have an EMF Model element "state" which is shown in our generated
> GMF editor as a "node"
>
> Now we want to implement a collapse/expand feature for this editor. So
> we let the user select some nodes (stated), right-click on a button
> 'Collapse Selected Items' and we delete the selected figures.
>
> After that we want to show a custom figure representing all deleted
> nodes. So this custom figure is just another view for our model
> element "state"
>
> The user then should be able to click on that custom figure and
> right-click on 'Expand' and the deleted nodes should come back again.
> But we have not come so far because we even cannot assign this custom
> figure to our StateEditPart. It seem there must be exactly one Figure
> for one EditPart.
>
> Is that true? How can we implement this "temporary custom figures" to
> represent the collapsed element on our editor?
>
>
> Every help will be greatly appreciated
>
> Thanks in advance
>
> Meryem
Re: Custom Figures & Two Figures for one EditPart [message #173443 is a reply to message #173366] Thu, 21 February 2008 09:49 Go to previous message
Eclipse UserFriend
Hello Ed,

>> figure to our StateEditPart. It seem there must be exactly one Figure
>> for one EditPart.
>>
>> Is that true? How can we implement this "temporary custom figures" to
>> represent the collapsed element on our editor?
It's true. I suggest you to create two NodeMappings one for "expanded" element,
another one for "collapsed" and assign corresponding constraints to select
correct representation of your model element based on the information stored
in model.

-----------------
Alex Shatalin
Previous Topic:[Announcement] Release of XMF 2.0 under EPL
Next Topic:Edge layout configuration
Goto Forum:
  


Current Time: Sun Jul 20 11:25:30 EDT 2025

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

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

Back to the top