Uses of Class
javafx.scene.control.ScrollBar
Packages that use ScrollBar
Package
Description
The javafx.scene.control.skin package is where the skin classes, typically
one for each UI control, are located
-
Uses of ScrollBar in javafx.scene.control.skin
Methods in javafx.scene.control.skin that return ScrollBarModifier and TypeMethodDescriptionprotected ScrollBar
VirtualFlow.getHbar()
Returns the scroll bar used for scrolling horizontally.ScrollPaneSkin.getHorizontalScrollBar()
Returns the horizontalScrollBar
used in this ScrollPaneSkin instance.protected ScrollBar
VirtualFlow.getVbar()
Returns the scroll bar used for scrolling vertically.ScrollPaneSkin.getVerticalScrollBar()
Returns the verticalScrollBar
used in this ScrollPaneSkin instance.Constructors in javafx.scene.control.skin with parameters of type ScrollBarModifierConstructorDescriptionScrollBarSkin(ScrollBar control)
Creates a new ScrollBarSkin instance, installing the necessary child nodes into the Controlchildren
list, as well as the necessary input mappings for handling key, mouse, etc events.