imixs / imixs-bpmn

Imixs BPMN2 Modelling Tool
9 stars 3 forks source link

ImixsLayoutAdapter #68

Closed rsoika closed 6 years ago

rsoika commented 7 years ago

We should refactor the styling of the imixs task and event elements. The layout should be don by StyleChangeAdapter. The adapter class is called when a value changes and so it is possible to reflect things like the ACL icon directoy by the adapter (currently this is done by the customShapeContainer class which is not ideal)

BUT: To get there, we first must solve the problem, that our ValueImpl class did not send a Notification.SET event. This is the reason why we were not able to do any styling in a adapter.

We need to solve this. See also: https://www.eclipse.org/forums/index.php/t/1088210/