Uses of Class
javafx.scene.control.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
Modifier and TypeMethodDescriptionprotected final ScrollBar
VirtualFlow.getHbar()
Returns the scroll bar used for scrolling horizontally.final ScrollBar
ScrollPaneSkin.getHorizontalScrollBar()
Returns the horizontalScrollBar
used in this ScrollPaneSkin instance.protected final ScrollBar
VirtualFlow.getVbar()
Returns the scroll bar used for scrolling vertically.final ScrollBar
ScrollPaneSkin.getVerticalScrollBar()
Returns the verticalScrollBar
used in this ScrollPaneSkin instance.ModifierConstructorDescriptionScrollBarSkin
(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.