xmf-xmodeler / Mosaic

Java client for XMF2
0 stars 2 forks source link

Toolbar implementation needs to become more flexbile #76

Closed jgulden closed 7 years ago

jgulden commented 8 years ago

The toolbar implementation architecture is very monolithic for now: a diagram toolbar can only be initialized once using an "updateToolbar" operation. Individual entries in the toolbar are then encapsulated by the Java-handled implementation. It is not possible to dynamically change entries in the toolbar from XMF once it has been initialized. This, however, is required due to the dynamic nature of the growing toolbar, esp. when entries in the model, that are reflected as toolbar buttons, get renamed during modeling.

bjbenner commented 7 years ago

to be addressed while porting to Swing

bjbenner commented 7 years ago

Moved to: Wiki -> "Redesign Toolbar"