Class ScrollBarSkin

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

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

    • ScrollBarSkin

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