imixs / imixs-bpmn

Imixs BPMN2 Modelling Tool
9 stars 3 forks source link

Change shape of imixs task and event elements #8

Closed rsoika closed 9 years ago

rsoika commented 9 years ago

To change the shape of the imixs elements we need to change the classes

ActivityEventDefinitionContainer

and

ImixsTaskFeatureContainer

both extend the CustomShapeFeatureContainer. I think to change the design we need to overwrite the method:

@Override protected IShapeFeatureContainer createFeatureContainer(IFeatureProvider fp) {

See example in SampleCustomTaskFeatureContainer form the dynamic example plugin

rsoika commented 9 years ago

closed