Open ahinchman1 opened 6 years ago
One proposal from @Bekwam: comparing some javafx code to tornadofx... you could also make the single instance selected property part of the view model. A selection on the TableView (master) sets single instance which can be picked up through injection in the details fragment
A View has an injectable class for field assignment, but Fragments do not.
At the moment, I'm left with two unsavory choices:
I'll let you know what solution I stumble upon, but some thoughts I have, and in no particular ranking of bad to good or the likes, are the following: