gef

Is their any GEF 3D application [eclipse completed plugin] ?

i need GEF 3d developing software ...

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 inside my editor. Any ideas? I'm finding the Eclipse docs hard to navigate. ...

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? ...

Performance of Eclipse GEF/Draw2D for graphs with many nodes

How does drawing large (10.000 nodes) graphs perform when using Eclipse GEF or Draw2D? The nodes can be drawn very simplistic (a circle); no labels and stuff. Is using GEF/Draw2D feasible for this task? ...

GEF EditPartViewer selection

I'm experimenting a strange issue developing Drag and Drop with GEF. If I start a drag operation of a not yet selected element in a org.eclipse.gef.ui.parts.TreeViewer the selected element got from EditPartViewer.getSelectedEditPart() is different from the one obtained via the SWT Tree control (Tree.getSelection()). This appens only wh...

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 font, and "test" is in italic. It looks like can use some HTML way to implement that So,is there any one knows that? Thank you very much...