On 18-2-2015 21:49, Tomas Mikula wrote:
So back to your original question:
Basically I would like to be informed when the styling of a node has been
applied or changed. Is there some place that can provide this information?
Turns out you don't actually need this information ;)
Indeed. Pattern learned.
What does surprise me is that JavaFX aims at doing things via composition, that
is why almost everything is final, and where the structure in my original code
comes from. This turns out is best solved with inheritance.
Tom