Questions tagged [eclipse-gef]

For questions about the Eclipse Graphical Editing Framework.

The Eclipse Graphical Editing Framework (GEF) provides technology to create rich graphical editors and views for the Eclipse Workbench UI.

See http://www.eclipse.org/gef/

252 questions
0
votes
3 answers

GEF editor functionality to view

I have created one small GEF project which contains the GEF editor. Now I want to convert all the functionality to View except the GEF pallette. Is it possible to do? Because when I tried to do the editpolicies and all not working. I am able to draw…
user414967
  • 5,225
  • 10
  • 40
  • 61
0
votes
1 answer

How to use JUNG to draw a graph in a GEF editor

Is it possible to use a JUNG graph to display model data in a GEF Editor for an RCP application, rather than using Figures, etc. from GEF itself? I'd like to use JUNG to draw a graph for my model, but still be able to use stuff like the flyout…
QueNuevo
  • 105
  • 12
0
votes
1 answer

GEF: How to add figures to different BorderLayout sections of RootEditPart/-Figure

I have a GEF Editor with the following RootEditPart. public class MyProjectEditPart extends AbstractGraphicalEditPart { @Override protected IFigure createFigure() { ScalableFreeformLayeredPane layer = new ScalableFreeformLayeredPane(); …
0
votes
1 answer

draw2d and gef classes in windowbuilder implementation

I'm browsing the source code of windowbuilder. In the org.eclipse.wb.core plug-in, beside the src folder, there exists src-draw2d and src-gef folders which contains an identical (or at least very similar) implementation of eclipse.gef and…
Aykut Kllic
  • 898
  • 9
  • 14
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

How to draw diagrams using draw2d?

I have designed a meta model for my systems, and I want to create a graphical editor to facilitate the creation of a model. For this, I'm using the GEF editor. I have failed to come across any easy to understand tutorial on how to draw diagrams…
rIshab1988
  • 125
  • 1
  • 4
  • 16
0
votes
1 answer

regarding gef selection

I am new to GEF. I would like to post some doubts here. I have created a rectangle figure on the graphical editor. Now I am unable to select that figure. In order to select a figure, do I need to use the edit policies and commands? Also the…
user414967
  • 5,225
  • 10
  • 40
  • 61
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
-1
votes
1 answer

Eclipse GEF Shapes Look and Feel

I am creating a gef editor for bpmn2 notations. I am able to create figures in editors, but i am lacking in look and feel of the shapes but i tried applying patterns for draw2d figures but its not same as expected one. Please tell any samples or…
Manikandan
  • 4,358
  • 5
  • 19
  • 13
-1
votes
1 answer

figures do not display in Eclipse GEF viewer

I create a ScrollingGraphicalViewer to show my figures, but no figure displays. I debugged the source and it seems all object (figures, editparts, models) are created, no exceptions. Why the figures do not display? Since the code is larege and…
zjg.robin
  • 95
  • 1
  • 5
-1
votes
1 answer

Eclipse GEF model editor perform drag and drop

I working on Eclipse plugin and i need to perform drag&drop support to editor. Editor is a canvas with several EditParts. I need: when user drop (one editpart/several selected editparts) on another editpart, system detect it and determine all models…
tym32167
  • 4,741
  • 2
  • 28
  • 32
-3
votes
1 answer

Eclipse GEF Adding BPMN Shapes into Editor

I have BPMN2 Models from that I am able to generate editor using GEF. But I am unable to add Pool,Lane,Start Event...
Manikandan
  • 4,358
  • 5
  • 19
  • 13
1 2 3
16
17