Class SliderSkin

java.lang.Object
javafx.scene.control.SkinBase<Slider>
javafx.scene.control.skin.SliderSkin
All Implemented Interfaces:
Skin<Slider>

public class SliderSkin extends SkinBase<Slider>
Default skin implementation for the Slider control.
Since:
9
See Also:
  • Constructor Details

    • SliderSkin

      public SliderSkin(Slider control)
      Creates a new SliderSkin 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.