I have a component based on HBox that has multiple labels in it. I want to be able to set all the style properties, things like fontSize, fontWeight, color, etc. on my component and have them applied to all the Labels contained by it. Whats the best approach for this? I tried to have my component implement Label but there is no Label interface.
Thanks.
P.S. Wasn't sure what would be a good title for this question so feel free to edit it if you have something better.