Node with 2 labels [GMF] [message #582058] |
Thu, 15 October 2009 13:08  |
Eclipse User |
|
|
|
Hello everyone!
I'm creating some graphical editors with EuGENia. My problem is that I need create a node with 2 labels, one of them to show the name (EAttribute) and another one must be show a fixed text.
I don't know how to do, any ideas??
Thank you,
ajimenezr
|
|
|
Re: Node with 2 labels [GMF] [message #582069 is a reply to message #582058] |
Thu, 15 October 2009 13:27  |
Eclipse User |
|
|
|
Hi,
You can specify the first label (the one that is bound to the EAttribute
) in the @gmf.node(label="...") annotation. Then you need to add the
second label in your .gmfgraph model via a polishing transformation as per:
http://www.eclipse.org/gmt/epsilon/doc/articles/eugenia-poli shing/
If you have trouble with this, please send your metamodel and a drawing
of how you want your node to look like and I'll be happy to help.
Cheers,
Dimitris
ajimenezr wrote:
> Hello everyone!
>
> I'm creating some graphical editors with EuGENia. My problem is that I
> need create a node with 2 labels, one of them to show the name
> (EAttribute) and another one must be show a fixed text.
>
> I don't know how to do, any ideas??
>
> Thank you,
> ajimenezr
|
|
|
Powered by
FUDForum. Page generated in 0.29789 seconds