Generally speaking from the way TornadoFX is, or at least how I use it, it's more of a MMVC. the controller fetches data and puts it in the model, and the view holds the model, there's never really any need for the controller to directly manipulate the view.