Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Epsilon » [EuGENia][EOL](Customizing of the groups within the palette)
[EuGENia][EOL] [message #846008] Sun, 15 April 2012 17:05 Go to next message
Lili R is currently offline Lili RFriend
Messages: 15
Registered: April 2012
Junior Member
Hello,
My situation is as follow: I have a metamodel obtained automatically through EuGENia. And this ok, but I wish customizing my palette. I have achieved build other groups and add tools to them, but now I need nest groups.
Anybody knows if this is possible? and what's the way to achieve it?
Thanks in advance!

P.S. I did my groups, through ECore2GMF.eol
Re: [EuGENia][EOL] [message #846624 is a reply to message #846008] Mon, 16 April 2012 10:22 Go to previous messageGo to next message
Dimitris Kolovos is currently offline Dimitris KolovosFriend
Messages: 2163
Registered: July 2009
Location: York, UK
Senior Member

Hi,

I'm afraid that tool groups cannot be nested in the GMF palette.

Cheers,
Dimitris
Re: [EuGENia][EOL] [message #846788 is a reply to message #846624] Mon, 16 April 2012 18:54 Go to previous messageGo to next message
Lili R is currently offline Lili RFriend
Messages: 15
Registered: April 2012
Junior Member
Oh Sad anyway thanks for the quick reply!
Re: [EuGENia][EOL] [message #900820 is a reply to message #846788] Wed, 08 August 2012 15:38 Go to previous messageGo to next message
Monica Medellin is currently offline Monica MedellinFriend
Messages: 1
Registered: August 2012
Junior Member
Hello Lili R, could you give an example of how you build the groups, I wanted to do that but I don't know how, so I just use a ECore2GMF.eol file to reorder the objects on the palette but it does not work after some modifications to my emf file. If you know how to fix that could be great. Thanks in advance, Smile
Re: [EuGENia][EOL] [message #989261 is a reply to message #900820] Wed, 05 December 2012 12:05 Go to previous messageGo to next message
Lili R is currently offline Lili RFriend
Messages: 15
Registered: April 2012
Junior Member
Hello Monica,
I had not noticed this post so far, sorry Sad Did you resolve your problem?
In any case,

For build new groups:

var nodesToolGroup2 = new GmfTool!ToolGroup;
nodesToolGroup2.title := 'Secondary Nodes';
nodesToolGroup2.collapsible := true;
palette.tools.add(nodesToolGroup2);

Regards,
Lili

Re: [EuGENia][EOL] [message #1009660 is a reply to message #989261] Fri, 15 February 2013 13:31 Go to previous message
Hector Florez is currently offline Hector FlorezFriend
Messages: 6
Registered: February 2013
Location: Colombia
Junior Member
Hi Lili

Check this example

hflorezf-en.blogspot.com/2013/02/gmf-editor-using-eugenia.html


Regards,
Hector F
Previous Topic:Why model in Epsilon?
Next Topic:Palette configuration using Eugenia
Goto Forum:
  


Current Time: Thu Apr 25 02:12:17 GMT 2024

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

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

Back to the top