Questions tagged [eclipse-gmf]

The Eclipse Graphical Modeling Project

The Eclipse Graphical Modeling Project (GMP) provides a set of generative components and runtime infrastructures for developing graphical editors based on EMF () and GEF ().

http://www.eclipse.org/modeling/gmp/

97 questions
0
votes
1 answer

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 help. Are there any examples? I know that only a…
anna
  • 745
  • 2
  • 9
  • 30
0
votes
1 answer

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() method in the AbstractGraphicalEditPart class…
anna
  • 745
  • 2
  • 9
  • 30
0
votes
1 answer

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 create a standard model, I can also see the generated…
Frank Michael Kraft
  • 2,302
  • 5
  • 25
  • 30
0
votes
2 answers

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 information about model figures,same like i want to…
Eshika
  • 321
  • 1
  • 8
  • 20
0
votes
1 answer

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 and/or -arranging functions into my GEF editor?
fachexot
  • 491
  • 1
  • 8
  • 24
0
votes
1 answer

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 below. Then I generate a genmodel file, with which…
-1
votes
1 answer

How could I define list variables in my ecore model?

I have a class named File and another named Folder in GMF (Graphical Modeling Framework). In class definition, Folder has a method that returns List, so how could I define in my ecore model?
m1911star
  • 1
  • 1
1 2 3 4 5 6
7