onierstrasz / IMAD

experiments using Gt and Mondrian to build executable domain models
MIT License
3 stars 1 forks source link

HypernodeEditor save button should update when the node is changed #73

Closed onierstrasz closed 3 years ago

onierstrasz commented 3 years ago

When we change the node that is being edited, it is not enough to rebuild the graph and the name edit label, but also the save button label. It would be simpler to just rebuild the whole GUI, since in future there may be other buttons and widgets that have to be updated.

This is now improved with the HypernodeEditor>>#buildEditor method, but for some reason the save button's label is still not updating!