Class TitledPaneSkin

All Implemented Interfaces:
Skin<TitledPane>

public class TitledPaneSkin
extends LabeledSkinBase<TitledPane>
Default skin implementation for the TitledPane control.
Since:
9
See Also:
TitledPane
  • Constructor Details

    • TitledPaneSkin

      public TitledPaneSkin​(TitledPane control)
      Creates a new TitledPaneSkin instance, installing the necessary child nodes into the Control children list, as well as the necessary input mappings for handling key, mouse, etc events.
      Parameters:
      control - The control that this skin should be installed onto.