I'm working on something I'm calling `ViewProvider...
# tornadofx
e
I'm working on something I'm calling
ViewProvider
for now. It's a simple interface that can provide a View class, so that you can subscribe to these ViewProviders and automatically embed Views that show up into some other View or Node. I think we need some kind of discriminator-support, so that for example you can say "In this VBox I would like to dock any incoming Views that have the designation `dashboard`" for example.