gmf

Anyone have experience with Eclipse GMF?

I've just started to play around with Eclipse GMF. Has anyone used the framework? Any good or bad experiences you made using it? Any alternatives for graphical modeling you could suggest? EDIT: What good examples are available? ...

One EditPart for all model views (in GMF/GEF)

Hello! We're working on creating a modeling tool based on the GMF framework and tools. We have a requirement to allow users to add views (figures) at runtime and use them in their diagrams. We will be using SVG files to represent figures. What's the correct structure of EditParts and other GEF related classes in such a case? We were th...

How to get the project name in eclipse?

How do I get the name of the current eclipse project? I'm in a GMF view and need the projectname when some submenu of the popup menu ist used. ...

Relationship between GEF and GMF?

Hello! I'm working on summary on the eclipse modeling project and it's various sub - projects. It is not going to get published, it's sole purpose is to help my colleagues and above all my boss to get an overall impression of the topic. For better understandability i took diagram from the eclipse GEF User Guide and modified it. I want t...

OCL constraints intended prevent node creation in an GMF generated editor only makes it invisible

Hello, I am working on editors created with GMF and struggling with OCL right now. Is there a possibilty to prevent a node to be created if an OCL statement in the mapping evaluates to false? If tried adding an OCL statement to a node and all it does is making the node not visible in the editor, but it is created. There is also an OC...

How to export some controls of SWT to SVG pic?

If I have a TreeViewer or Table,or I have some buttons,labels which contain different text,pic and so on. Now,I want to export these to a SVG pic. Does anyone know about this? Many Thanks! ...

Can't find genClass for class 'ATAGPlan' in package atagmetamodel' in package atagmetamodel

I am taking my very first steps with GMF, developing a sample model . When I try to "Create generator model" from the gmfmap editor I am getting an error message of not founding the appropriate class.They told me to delete and reload again the genmodel file.I did it ,i recreated the genmodel and the autogenerated code from the emf genera...

Embed GMF generated editor into MasterDetailsBlock?

The canonical way to use the MasterDetailsBlock of the Eclipse Forms API is to use a table or tree viewer as master view. Has anyone ever attempted to use a GMF generated graphical editor as master view? I've got a rather complex multipage editor that already uses Eclipse Forms for many pages, but I still have to drag the properties view...