Let's say you want to open a new window to edit a ...
# tornadofx
e
Let's say you want to open a new window to edit a Customer. Everything in that window can use Views and Controllers injected in the normal way, but they will only share data within that window. Then it makes sense to have a CustomerScope which can be shared between editors in that one window.