eclipse-gef
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 Pas开发者_开发技巧te functionality. i searched lot in[详细]
2023-04-09 21:43 分类:问答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())开发者_StackOverflow社区;[详细]
2023-04-08 11:25 分类:问答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 e[详细]
2023-04-06 06:53 分类:问答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[详细]
2023-04-04 05:31 分类:问答Adding Sequence Flow to BPMN2 Editor
I am developing BPMN2 Editor using GEF. I have BPMN2 EMF Mo开发者_如何学Cdels. When I add SequcenFlow to My Editor it creates fine,But after thatI cant able to any more BPMN Shapes in GEF Editor. I go[详细]
2023-03-28 01:48 分类:问答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.[详细]
2023-03-27 18:21 分类:问答Eclipse GEF Adding BPMN Shapes into Editor
I hav开发者_C百科e BPMN2 Models from that I am able to generate editor using GEF. But I am unable to add Pool,Lane,Start Event...Check whether Adapter class has been implemented in corresponding shape[详细]
2023-03-23 03:10 分类:问答Eclipse GEF Shapes Look and Feel
I am creating a gef editor for bpmn2 notations. I am able to create figures in 开发者_如何学JAVAeditors, but i am lacking in look and feel of the shapes but i tried applying patterns for draw2d figure[详细]
2023-03-20 08:56 分类:问答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 andgetModelChildren like this:[详细]
2023-03-09 21:49 分类:问答TextBox inside eclipse's draw2d figure
Is there any way to include a Text开发者_如何学Python Box inside a draw2d figure? (a code example would be nice)Not easily, and if you\'re just using Draw2d without GEF, then I don\'t think it\'s poss[详细]
2023-02-25 13:54 分类:问答