I have a graphical editor with GEF. It\'s possible to add objects from a palette. An Example what I mean is this:
I want child figure (org.eclipse.draw2d.Figure) to be relative to the top-right corner of the parent (I want place some small icon, which will be ImageFigure, to be 12 pixels from top and right border
I need to show a line/multilin开发者_StackOverflow中文版e of images in GEF GraphicalViewer, so that it adjusts to the width of the container by spanning over more linesFlowLayout is what you want.
I do have rectangle, which had information about topx, t开发者_开发问答opy, width and height. I want to scale this rectangle based on an origin other than top-left. Is there already existing algo to
In JBPM 3 plugin for Eclipse, bendpoints are represented using four integers: <transition name=\"\">
I\'ve been in upgrade mode this month and u开发者_如何学Gopgraded my Mac to Snow Leopard.I\'ve developed a good sized Eclipse RCP which uses GEF.