When trying to run this zest tutorial, I get the following e开发者_JAVA百科rror: The type org.eclipse.draw2d.FigureCanvas cannot
How do I en开发者_JAVA技巧force single Selection in Eclipse GEF? Only one EditPart should be selectable at a time.See bug 102420
Hello I am new in Eclipse GEF and I am having problem with zooming. Basically I would like to have this functionality:
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 o
I want to create a component kind of Text Box for GEF Eclipse. I am able to create component but not ab开发者_开发知识库le to make it editable. How to achieve the desired.In GEF there is direct edit m
I am using Panel as a Figure in GEF e开发者_如何学Pythonclipse. Now on double click I want to add a Label as other normal example shows .
How to update GEF editor if file renamed? This works fine for text editors. For example in Eclipse go to Navigator, open file HelloWorld.java in editor, rename HelloWorld.java to HelloWorld2.java in
I want to achieve the GUI represents in the link provided http://www.eclipse.org/gef/. I wa开发者_StackOverflow中文版nt that kind of view as drag and drop.
I\'d like to create an Eclipse extension modelling a decision tree/diagram. The actual modelling would be done using a graphical interface (nodes, connections etc). I\'d like this plugin to generate c
After long investigations and reading this question I still didn\'t get a \"good\" solution for my problem.