Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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"

(Code samples)
Line 11: Line 11:
 
== Code samples ==
 
== Code samples ==
  
 
+
=== Hiding elements in toolbar and connection menus ===
 +
[[http://dev.eclipse.org/svnroot/stp/org.eclipse.stp.bpmn/trunk/samples/org.eclipse.stp.bpmn.sample.noGatewayInToolbar/ code]]
  
 
[[Category:STP]]
 
[[Category:STP]]
 
[[Category:BPMN]]
 
[[Category:BPMN]]

Revision as of 07:34, 22 February 2008

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 source

Code samples

Hiding elements in toolbar and connection menus

[code]

Back to the top