Class BoundLabel

All Implemented Interfaces:
Styleable, EventTarget, Skinnable

public class BoundLabel extends Label
This is a special Label which has all its main properties bound to another Labeled control. This is especially useful for custom controls and skins that have text, as the text properties are set on the control and not on the text node itself, and that's why all properties are bound.
  • Constructor Details

    • BoundLabel

      public BoundLabel(Labeled labeled)