Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » BPMN 2.0 Modeler » Define a customized BPMN modeler palette
Define a customized BPMN modeler palette [message #1654957] Fri, 06 March 2015 22:59
Frederik Gailly is currently offline Frederik GaillyFriend
Messages: 5
Registered: October 2012
Junior Member
I would like to define my own BPMN modeler palette using the available BPMN modeler extension points.

Based on the documentation I have added this as extensions to my plugin:

<extension
point="org.eclipse.bpmn2.modeler.runtime">
<toolPalette
id="ugent.mis.bpmnsuggestions.exp.ExperimentPalette"
profile="Student2"
runtimeId="org.eclipse.bpmn2.modeler.runtime.none">
</toolPalette>
<modelEnablement
id="ugent.mis.bpmnsuggestions.exp.modelEnablement1"
profile="Student2"
runtimeId="org.eclipse.bpmn2.modeler.runtime.none">

<enable object="all"/>
</modelEnablement>
</extension>

The palette contains now an additional profile Student 2 but this palette profile is empty.

Having a customized palette profile is only a partly solution. I would prefer to have a complete new palette which contains only the BPMN elements that I have enabled.

Thank you in advance

[Updated on: Tue, 10 March 2015 10:14]

Report message to a moderator

Previous Topic:What is the difference between bindAttribute() and bindReference() ?
Next Topic:How to append a text node to a EObject
Goto Forum:
  


Current Time: Tue Apr 23 17:19:26 GMT 2024

Powered by FUDForum. Page generated in 0.02950 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top