The Eclipse Graphical Modeling Project
1
vote
0answers
54 views
Add a newly created/custom component on the palette
I am wondering if it is possible to add a newly created diagram component on the palette.
I am adding components on the diagram programmatically (with a wizard to ask the user which variables he ...
0
votes
1answer
13 views
Printing GMF diagrams using PDFCreator not able to open the generated pdf
I have implemented a direct printing to files of some GMF diagrams. The diagrams are opened, printed to file and the diagrams then closed. The issue I am facing is withing the following point:
...
2
votes
1answer
33 views
Xtext and GMF integration
First of all, I have seen many links on stackoverflow of integrating XText with GMF.
The most consistent tutorial I've seen so far was: ...
1
vote
1answer
32 views
Alter the location and the background color of EditPar
I have an EditPart I need to alter its location and background color.
I have managed to alter its location using:
ChangeBoundsRequest request = new ChangeBoundsRequest(RequestConstants.REQ_MOVE);
...
0
votes
0answers
52 views
gmf change node appearance during runtime
I've got an editor where a FileDialog opens after double clicking on a specific node and a filepath will be assigned to the corrosponding node attribute. I realized this through a openeditpolicy. This ...
0
votes
0answers
57 views
How to model a tree for usage in EMF and GMF?
I'm using the Eclipse EMF and GMF frameworks to build an eCore model and generate a UI editor for it. Doing some simple examples like this one (a very good one by the way!), works very well. Now I ...
0
votes
0answers
37 views
GMF remove NLS unused Messages
when I open a gmf diagram, I get the following NLS unused Message. Unfortunately I've no idea what they are meaning or how I can fix them. I'm using Eclipse Modeling Tools Version: Juno Service ...
0
votes
0answers
39 views
Automatic layout arranging for eclipse GMF
Is there an open source library or eclipse plugin for automatically arranging a GMF based graph.
thanks
3
votes
1answer
124 views
Xtext Integration with GMF
I see xtex can be integrated with gmf, but I can't find any tutorial, explanation or example code.
Is there any explanation about how to do this?
And I want to ask... Can I create an xtext project ...
0
votes
0answers
22 views
AutoRefresh Diagram Editor EMF
I use EMF and i'am parsing the XMI file relative to my diagram. The fact is that when i change my XMI structure(i delete some EClass for example) i have to validate the changement so that my Diagram ...
0
votes
0answers
23 views
Accessing to my EClasses using an extension in GMF
Iam using GMF. i did all the dashbord tasks and it works Fine in an another eclipse instanciation.
Question : How can I access to my Diagram Entities using some java code implemented in a button that ...
2
votes
1answer
68 views
Multiple delete confirmation - Eclipse GMF
I wanted to show the user a confirmation delete dialog when deleting objects from Eclipse GMF. I have overridden createDeleteSemanticCommand in Component role edit policy for a particular EditPart to ...
0
votes
1answer
24 views
GMF - model a Class that can contain a component of itself
since two days i am testing a little with EMF and GMF for the eclipse IDE.
My aim is to model a diagram with a class, that can contain instances of itself (in the generated editor).
In my *.ecore ...
0
votes
1answer
62 views
Where can I find resources for how to Model for Java in Eclipse that is easy to understand?
I have used eclipse to work on C++ in the past, and I am new to Java, and I get the basics there for the most part.
As for Java, I kept seeing all these tutorials and things about how useful UML is ...
0
votes
1answer
83 views
How to highlight a node in GMF based editor?
I am in the process of implementing search functionality in my GMF editor. So what i am planning to do is utilize EMF Search plugin to search within the EMF objects. But when I click on the search ...
3
votes
1answer
93 views
Manually control the EditorPart lifecycle to embed it in a ViewPart
I have an Eclipse RCP application which uses Views to allow edition of an EMF Resource. The resource and EditingDomain is contained in the Page input.
We are now trying to integrate Eclipse GMF. This ...
0
votes
0answers
34 views
Utilize the same figure for all nodes in gmfgraph
In my GMF based editor I have a large set of nodes. Now I want to have the same figure for all nodes. But in my gmfgraph file I have to create a separate Figure Descriptor for each Type of node. Is it ...
0
votes
3answers
204 views
can eclipse gmf (graphical modeling framework) be used to create a standalone modeling ide?
I want to create a graphical modeling application
I've been working on all the drag and drop functionality and then i thought about
gmf/emf , but it is used to create eclipse plugins, at least ...
1
vote
1answer
103 views
Eclipse GMF state machines with concurrent regions
I am going to be creating a model editor, and I am considering using GMF. The editor will need to handle state machines (UML-based syntax, but not identical), which means concurrent regions.
I would ...
2
votes
1answer
132 views
GMF Model & Table View
I have been given this task and would appreciate it if someone helped really. I built a Graphical Model through GMF, which is as follows;
![gmf model][1]
[1]: http://i.imgur.com/PdtRC.jpg ...
0
votes
1answer
52 views
restrict a project to have only one file type in eclipse
I am writing a eclipse plugin. I am in the need of restricting a file with a specific extension (not creating more than one) in a project. Through a wizard i am creating a file with extension ...
1
vote
0answers
184 views
How to use Xtext(M2M with Xtend) and GMF to create diagramm? (Beginner)
I have started to work with Eclipse and I'm still a beginner. So I want to get some help from here.
I use Xtext to read my DSL. And then I want to show the instance with a diagram, which I have ...
1
vote
0answers
45 views
Using GMF 2d extension classes in GEF
I am trying to use the PolylineConnectionEx as my connector in GEF. Does anyone have experience doing this? I have tried to do it but it crashes our editor. I would like to use the ...
0
votes
0answers
93 views
GMF : Total control over DiagramEditorContextMenuProvider for custom pop up menu
I am building an application using eclipse GMF which creates flow diagrams. I am using my own custom appearance and rulers and grid technique which i already provided to my application's property ...
0
votes
1answer
56 views
How can i customize a dialog box in GMF?
Hi,
I am doing a project in GMF. I want to customize a dialog box with a set of default values under the "Choices" column. This is a dialog box which contains a set of values on the left side ...
2
votes
1answer
117 views
Eclipse GMF Background Image of an Editor
I want to tile a GIF- Image (as background texture) on the background of my GMF diagram editor like Graphiti's background style.
Any idea?
0
votes
1answer
335 views
GMF display diagram example
How can I display a GMF diagram, with the file format "*.ecorediag" in Eclipse in a View?
The diagram should not be editable.
Is there a simple sample view that loads a diagram from say ...
0
votes
1answer
99 views
Programatically rearrange diagram
I am trying to rearrange (auto-layout) a UML2 diagram programatically.
However, I am unable to do so based on a Diagram instance.
My code so far looks like:
Diagram diagram = /*...*/;
EditPart ...
0
votes
0answers
105 views
gmf custom layouts
Does anyone know how the arrange all in gmf works. I want either to change the layout that "arrange all" action uses to arrange the elements in the diagram or call programmatically the arrange all. I ...
0
votes
1answer
129 views
GMF how to create different shapes for link decorations
I want to create and apply different shapes for source and target decorations of a connection. I know that I have to extend the polyline class but I can't really undersatnd how it works. Could someone ...
0
votes
1answer
162 views
GMF change the colour of a connection
I am currently working with gmf and I would like to change the colour of connections. I debug the code and I saw thatafter setting createConnectionFigure() method the foreground colour the refresh() ...
0
votes
1answer
99 views
Eclipse GMF Model selected Wizward could not be started
In Eclipse GMF I have defined my .ecore .genmodel .gmfgraph .gmfmap .gmftool .gmfgen models and I have generated the model, editor and diagram code.
When I run it as an eclipse application, I can ...
0
votes
0answers
98 views
GMF multiple diagrams
I want to customize my gmf editor in order to have multiple diagrams. This means that, when I open the editor I want it to have more than one sheets, in which someone could design a new diagram. The ...
0
votes
0answers
57 views
Access details of an Eclipse UML diagram using a plugin
For displaying some additional information next to an UML diagram in eclipse, I am trying to develop a little plugin.
Retrieving the information is trivial once I have access to the attributes and ...
1
vote
1answer
143 views
How to generate a GMF diagram from another GMF diagram?
Let's say, I have an Ecore model A (containing ClassP, ClassQ) for which I generated a graphical editor using GMF. Now, I have another Ecore model B wich is a superset of model A. Say, it has ClassX, ...
0
votes
0answers
74 views
Eclipse GMF Model replacement
we have an Eclipse GMF Editor which is based on an Ecore model that was hand-coded from a specification document.
Now, we have written a tool which automatically transforms the specification into an ...
0
votes
2answers
171 views
Is it possible to generate XML file in gef
Is it possible to generate XML file from Shape example in GEF,Same as its getting generated in GMF?
Like in GMF if we select GMF Design page and open it with XML file,it provides all external ...
0
votes
1answer
172 views
Is it possible to use JUNG/Graphviz Layout-/Arrange-functions within a GEF / GMF Project?
I want to build an graphical editor that draws and modifies graphs. The GEF-given "Auto-Arrange"-function is kind of too simple and not customizable. Is it possible to get JUNG/Graphviz auto-layouting ...
1
vote
1answer
335 views
How to create uml class diagram and notations by programming?
Package model = UMLFactory.eINSTANCE.createPackage();
model.setName("MyPackage");
Class cls = model.createOwnedClass("MyClass", false);
I created some uml2 models by code above, now I want to create ...
0
votes
1answer
208 views
GMF Editor - Phantom Nodes
I'm new to GMF developement and I've got a problem. I want to program a plugin for eclipse. Therefore I use the GMF dashboard view. At first I create an ecore-file which represents the diagram shown ...
1
vote
0answers
240 views
Correct way to handle copy/paste from a View into a GraphicalEditor
We're developing an application in which we handle local copy/pastes within the diagram by using the extension point org.eclipse.gmf.runtime.emf.clipboard.core.clipboardSupport
Copy/Paste events of ...
0
votes
1answer
428 views
Graphical Modelling Framework does not work with Eclipse Indigo
I am following the GMF Tutorial in Eclipse Indigo, MacOSX. The following error occurred in the step to create the generator model: mindmap.gmfgen. In Eclipse Helios, there is no problem at all.
I am ...
0
votes
1answer
275 views
Generate graphical representation of an XMI file
Is there an API that can give us the possibility to generate graphical representations from a given XMI file (which is an instantiation of an Ecore file (meta-model))?
3
votes
2answers
398 views
Create nodes programatically in eclipse GMF
I'm developing an editor to design user Interfaces based on eclipse GMF.
Up to now I have developed an editor with a palette. The user can drag and drop UI elements from pallet and design the UI on ...
0
votes
1answer
105 views
How to allow a view to listen to selection of other views?
I'm developing a plugin with EMF and GMF.
It has two views and I want that when one element is selected in the first one the second is refreshed.
Actually I used this command:
...
1
vote
1answer
570 views
How to add new Element/Palette Component directly in GMF .gmfgen file
I have created a entire model and then got the diagram generated code. Now I realized that I need to add more components in Palette.
But I have already carried out lot of modifications in the already ...
0
votes
1answer
195 views
What is this error Phantom nodes that are not targeted by a link mapping representing containment reference present in model
When i am generating gmfgen model from gmfmap this error validation is shown." Phantom nodes that are not targeted by a link mapping representing containment reference present in model. "
What is the ...
1
vote
1answer
189 views
How To Obtain All the Nodes and Connections After Launching the GMF Project
After launching the GMF project, I get a new window to make my own model.
After placing some nodes and connections, I should calculate according to their attributes. At first, HOW can I obtain all ...
0
votes
2answers
295 views
Serialize Eclipse Graphical Models (e.g. BPMN Diagram) to XML
I'm working on a project where I have to build a graphical process modeler for a proprietary BPM (business process management) system made in java. I'm mentioning that the software is proprietary ...
1
vote
1answer
451 views
Tutorial for building a domain specific visual language using Eclipse
Is there an implementation example on how to build a domain specific visual language ( for example modeling a Petri-Net) using Eclipse?