Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [soa-dev] Reusing Figures from BPMN2 Modeler

Hi Mickael,

Hmm, not sure if you knew that the BPMN2 Modeler is based on Graphiti and the code will probably be difficult to bend into a shape suitable for a GEF editor/viewer...you should probably start by getting a bit more familiar with the Graphiti framework. That said, take a look at org.eclipse.bpmn2.modeler.core.features.activity.AbstractAddActivityFeature#add() - this is where all the fun stuff happens :)

Let me know if you need help understanding this code.

Regards,
Bob



Hi all, Hi Bob,

I'd like to reuse figures you created for the BPMN2 designer in order to provide a more BPMN-friendly view of a BPEL process. However I took a look at the code and I could not find the classes.
Can you please provide me some hints on this topic?

Regards,
--

Mickael Istria
R&D Engineer, Eclipse Plug-in RCP Developer

PetalsLink - Open Source SOA

My blog - My Tweets


_______________________________________________
soa-dev mailing list
soa-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/soa-dev


Back to the top