Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SOA/BPMN Modeler/BPMN Modeler Samples"

m
Line 1: Line 1:
 +
__NOEDITSECTION__
 +
 
<div style="border: 3px solid #3c78b5;background-color: #f0f0f0;padding: 10px;text-align: center;">
 
<div style="border: 3px solid #3c78b5;background-color: #f0f0f0;padding: 10px;text-align: center;">
 
If you would like to submit samples, please attach them to this [https://bugs.eclipse.org/bugs/show_bug.cgi?id=219833 bug].
 
If you would like to submit samples, please attach them to this [https://bugs.eclipse.org/bugs/show_bug.cgi?id=219833 bug].
Line 49: Line 51:
 
This sample reuses the annotations dropped by the [[STP/BPMN_Component/Samples#Annotations Drag and Drop|drag and drop sample]].
 
This sample reuses the annotations dropped by the [[STP/BPMN_Component/Samples#Annotations Drag and Drop|drag and drop sample]].
  
 +
=== Provide your own edit parts ===
 +
[http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/trunk/samples/org.eclipse.stp.bpmn.sample.newEditPartProvider/ code]
 +
 +
Load this sample in your eclipse configuration. It changes the text annotation edit parts to paint a gradient background.
 +
[[Image:text annotation with background.png]]
 
[[Category:STP]]
 
[[Category:STP]]
 
[[Category:BPMN]]
 
[[Category:BPMN]]

Revision as of 11:11, 29 February 2008


If you would like to submit samples, please attach them to this bug.


BPMN samples

BPMN samples are located in this SVN folder: http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn.trunk/trunk/samples/bpmn_samples

EclipseCon sample

Screenshot

code

Annotated shape sample

code

Order Store Sample

Screenshot

code

Code samples

Hiding elements in toolbar and connection menus

code

Hiding palette elements

code

BPEL to BPMN generation

code

Annotation Drag and Drop

code

This sample contains a DnDHandler that will drop .txt files over any diagram shape, creating a EAnnotation that will contain the file text and details.

You can use the annotated shape sample to try it out and/or see the result of the drop.

Here is a howto to see the annotation details.


Decoration of an annotation

code

This sample reuses the annotations dropped by the drag and drop sample.

Provide your own edit parts

code

Load this sample in your eclipse configuration. It changes the text annotation edit parts to paint a gradient background. Text annotation with background.png

Back to the top