The Graphical Editing Framework (GEF) provides technology to create rich graphical editors and views for the Eclipse Workbench UI http://www.eclipse.org/gef/
5
votes
1answer
442 views
Adding figures using contextual menu - Eclipse GEF
All,
I am creating a palette less eclipse plugin where am adding figures to the custom editor through the contextual menu, but am not finding a way to do it. Can anyone please guide me as to how to ...
3
votes
3answers
614 views
Relationship between GEF and GMF?
I'm working on summary on the eclipse modeling project and its 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 ...
2
votes
1answer
41 views
Draw2D GridLayoutAlgorithm with constant node width?
We're integrating Draw2D/GEF into an application, and are encountering an issue with the standard layouts provided.
We have a collection (say 100) of elements that need to be displayed in a grid-like ...
2
votes
2answers
120 views
Why is GEF documentation so outdated?
I am trying to implement an application with Graphical Editing Framework GEF. But somehow it seems that the tutorials and the documentations are all very old and outdated.
Is GEF not used anymore or ...
2
votes
1answer
288 views
How are child figures made selectable in GEF?
I implemented adding ports as children to a rectangle Figure/EditPart/Model using the Logic example as a reference. The port Figures display as expected, and debugging shows that the EditParts and ...
2
votes
1answer
84 views
Question about Eclipse GEF and RootEditPart
I am working on a eclipse based design editor. It's GEF based.
When I am adding root editpart to the editor , it's coming over top of my domain figures.
If I remove the rooteditpart , I am able to see ...
2
votes
1answer
67 views
How do I get access to my java source model (from JDT) from a GEF editor?
I have a basic GEF editor where I want to use the model from the currently open/selected java source editor to display extra information, but I can't figure out how to get access to java model from ...
2
votes
2answers
1k views
Eclipse Contextual Help
Now can I register contextual help in an Eclipse WizardDialog/Editor.
1) I created a help_contexts.xml file.
<?xml version="1.0" encoding="UTF-8"?>
<?NLS ...
1
vote
0answers
81 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 ...
1
vote
2answers
141 views
How to add a double-click listener to my GEF editor?
I'm using GEF. I have a graphical editor with some "boxes" implemented. Now, I want to add a double-click listener to each box (Rectangle).
I tried to add a listener to the GraphicalViewer but it did ...
1
vote
1answer
93 views
Why are the GEF children not drawn when removing absolute size of container?
I try to get a simple working GEF editor. I have a GraphicalEditorWithPalette that creates my example model. I have a RootEditPart that overrides createFigure and getModelChildren like this:
public ...
1
vote
1answer
295 views
TextBox inside eclipse's draw2d figure
Is there any way to include a Text Box inside a draw2d figure? (a code example would be nice)
1
vote
1answer
102 views
How to generate code as Eclipse Visual Editor Does
I want to create an editor which should be drag and drop and it should generate source code accordingly.I found Visual Editor is doing almost the same what I wanted to achieve. I already went through ...
1
vote
2answers
814 views
How to create a GEF figure with separate label?
I've been trying to create a Draw2D Figure that consists of two parts - a central resizeable shape, such as a circle or rectangle, and an editable label for the bottom part. An example of this type of ...
1
vote
1answer
193 views
how to create an editable components for GEF Eclipse
I want to create a component kind of Text Box for GEF Eclipse.
I am able to create component but not able to make it editable. How to achieve the desired.
1
vote
3answers
218 views
Guidelines to implement a minimal shape drawing tool desktop application using Java
We need to implement a Java desktop application that allows us (initially) to create / edit / resize / polygons on (initially) images. Then these polygons would be mapped to objects in our domain ...
1
vote
2answers
143 views
How to change the style of String in SWT?
I develop some features based on Eclispe GEF.
I want to create a label with some string.
for example:
new Label("This is a good test stensece")
Now, I want to get these effects "good" is in Bold ...
1
vote
1answer
592 views
Using GEF vs ZEST to draw a graph?
ZEST was included in the GEF library. I am a bit confused about when to use GEF and when to use GEF. I would like to know when using GEF is better than using ZEST, and the other way around?
1
vote
1answer
374 views
Determing size of visible area of a ScrollingGraphicalViewer in Eclipse GEF
I am attempting to create a simple application using Eclipse GEF that displays a diagram inside a ScrollingGraphicalViewer. On start-up I want the diagram to be centered inside the viewer (imagine a ...
1
vote
2answers
152 views
Looking for Java libraries to create a report editor
I have to develop a specialised report editor in Java. The user will get a number of fields that can be layed out on a page plus some graphical elements. The resulting report design needs to be ...
1
vote
1answer
177 views
Parent and Child Figures in Eclipse GEF
How do you make one figure a child of another in a GEF applcation?
1
vote
1answer
258 views
Resizing a rectangle , from differnt origins
I do have rectangle , which had information about topx ,topy , width and height.
I want to scale this rectangle based on an origin other than top-left. Is there already existing algo to do that ?
...
1
vote
1answer
308 views
What is the difference between bendpoints in JBPM 3 plugin for Eclipse and JPBM 4 plugin for Eclipse?
In JBPM 3 plugin for Eclipse, bendpoints are represented using four integers:
<transition name="">
<label x="5" y="-10"/>
<bendpoint w1="36" h1="-37" w2="43" h2="39"/>
...
1
vote
0answers
331 views
Using a FilteredTree in a GEF ContentOutlinePage
We have a ContentOutlinePage that includes a GEF TreeViewer. Simply put, by calling setContents on the TreeViewer, GEF builds TreeEditParts using an EditPartFactory, as is typical for GEF.
...
1
vote
3answers
452 views
How to get started with MDA?
I've been wanting to have a dabble with Model Driven Architecture for a while now.
Could anyone give me any hints on how to start.
I'd love to be able to define a domain model in UML then be able to ...
1
vote
2answers
1k views
GEF - How to open Editor in Composite?
My name is Oleg, I'm writing advanced feature - visual comparison of BPEL files.
I would like to use regular editors in "compare" panes (left and right)
As a first step I just want to open two editors ...
0
votes
0answers
25 views
Re-sizing the label figure to make it multiline in GEF Viewer
I am implementing the graphical viewer in view using GEF. I have a figure inside which I am having two labels in it.
When I re-size its figure edit part then I want on one label should get re-sized. ...
0
votes
0answers
16 views
Gef palette expand on load
I created a project using gef.I want to know can I expand the gef palette on load. Currently it is not expanding? Anyone knows how to do that?
0
votes
2answers
45 views
Draw 2D: Paint grid on grid layout figure
How can I paint the grid itself (e.g. grid lines) on a Figure, which has grid layout. I think i need to paint it in another layer, but i can not figure out what exactly to do, to paint 'above' the ...
0
votes
0answers
34 views
'Prevented recursive attempt to activate part' when clicking on a marker
I am creating my own GEF based graphical editor. It creates error markers when validation fails and the editor has a gotoMarker method to find and active the marker. This all works.
Only problem is ...
0
votes
0answers
26 views
Retrieve point of selection in Eclipse GEF
I have an Eclipse GEF editor (started with the Shapes example) that includes a digram edit part (extends AbstractGraphicalEditPart). I'm implementing copy n paste of objects from editor instance to ...
0
votes
1answer
28 views
How to implement dragdetection on Slider without using dragdetect listener?
I want to implement a dragdetect on Slider widget. So when user drags the thumb. the drag should be detected. can anyone suggest a workaround with out using the drag detect listener.
thanks
regards
...
0
votes
0answers
27 views
Selection Listener for Eclipse GEF?
I have a Jface treeviewer and GEF GraphicalEditorWithFlyoutPalette.
In GraphicalEditorWithFlyoutPalette i draw my model(GraphicalEditor is displayed in WorkbenchPage editor ).
In TreeViewer's ...
0
votes
1answer
43 views
SWT dynamically plotting large amount of data on a limited canvas by increasing its size from bottom and reducing it from top
There are lots of figures I want to plot on a draw2d figurecanvas.figures consume lot of memory. I want them to be plotted serially on the canvas but couldnt because of the memory issue. Now I want ...
0
votes
0answers
30 views
Adding Color to Shapes via Property in GEF BPMN 2 Editor [closed]
I am creating BPMN 2 editor. I have given option for Changing color of individual shape in the editor. But I do not know how to save the color of individual shape in the xml in GEF Editor, so that i ...
0
votes
1answer
24 views
Movement of elements in GEF editor not working
I am currently building an editor with Eclipse GEF. It is possible to add new parts via the editor and rename them.
However I have a little problem with the moving of the elements. When dragging ...
0
votes
1answer
35 views
Gef edit part for emf model
I am creating a GEF editor from an EMF model; say the model name is StartEvent, and it has properties like ID, and name.
In the edit part, I have two labels: one for displaying the small circle, and ...
0
votes
1answer
48 views
Gef connection endpoints location update as editpart is moved
I have an editpart's to which connections are made. When the editpart location is changed the connection endpoints also must update their location, and also the connection to the editparts must occur ...
0
votes
1answer
54 views
Is the GEF really a MVC framework?
in the tutorials from http://www.vainolo.com/tutorials/ the position of the model is saved in the model. I want to save all data to file and want to get the same view, when I load the file.
Searching ...
0
votes
1answer
28 views
Create Menu on CreateConnection GEF
I want to create a context menu when I create and finish the Connection between two editParts,
because I want to select some feature for the connection.
How can I create a contextMenu or a popup menu ...
0
votes
1answer
73 views
Eclipse GEF/draw2d Coordinate System Transformation
Can someone please explain to me how coordinate transformations work in draw2d?
I have a hierarchical diagram where a figure can contain figures which also contain figures. At first I added internal ...
0
votes
1answer
141 views
Cut,Copy and Paste in eclipse GEF Editors
I am creating eclipse gef editor using BPMN2 EMF models. Now i am almost end to editor functionality. But i am not clear to implement Cut,Copy and Paste functionality. i searched lot in net but all ...
0
votes
1answer
68 views
how to add a GEF editor to my multiplePage Editor? (eclipse RCP)
I would like to add a GraphicalEditor to a multipage editor. However, when I simply call
addPage(new MyEditor());
inside addPages(), I have an error since. Since my GEF editor extends ...
0
votes
1answer
111 views
How to center a Label inside a RectangleFigure
I'm a complete newbie with draw2d, i'm trying to make some examples in order to learn how to use it... I'm trying to write a Figure which shows a Label with white background, some padding, and an ...
0
votes
2answers
60 views
Direct edit on selected label in eclipse gef
I have two labels in an figure . by default gef allows direct editing to be performed when the user clicks the edit part. I have two labels in the same figure i have to perform direct editing on the ...
0
votes
0answers
58 views
Adding Two FreeForm Layers in eclipse GEF
My editor should have the following structure.
1) FirstParentPart
2) SecondParentPart
3) all shapes part
My First parent edit part have the following code,
protected IFigure createFigure()
{
final ...
0
votes
1answer
64 views
Adding Sequence Flow to BPMN2 Editor
I am developing BPMN2 Editor using GEF . I have BPMN2 EMF Models. When i add SequcenFlow to My Editor it creates fine,But after that i cant able to any more BPMN Shapes in GEF Editor. I got Exception ...
0
votes
1answer
50 views
bpmn2 modeler in Gef
I am trying to develop the bpmn2 modeler using GEF alone. I have the emf bpmn2 model in place and really confused of how to use the model and create an fully functional Bpmn2 editor using GEF alone.
...
0
votes
0answers
27 views
Can' able to set Bounds for StartEvent from the CreateReqeuest Object in eclipse GEF
I am Creating BPMN2 GEF editor. I have used BPMN2 standard Models.As of now i am able to drag and drop StartEvent from palette into editor. But the StartEventFigure doesn't place in the required ...
0
votes
1answer
166 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 ...