Uses of Class
javafx.scene.control.ScrollBar
-
Packages that use ScrollBar Package Description javafx.scene.control.skin 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 ScrollBar Modifier and Type Method Description protected ScrollBar
VirtualFlow. getHbar()
Returns the scroll bar used for scrolling horizontally.ScrollBar
ScrollPaneSkin. getHorizontalScrollBar()
Returns the horizontalScrollBar
used in this ScrollPaneSkin instance.protected ScrollBar
VirtualFlow. getVbar()
Returns the scroll bar used for scrolling vertically.ScrollBar
ScrollPaneSkin. getVerticalScrollBar()
Returns the verticalScrollBar
used in this ScrollPaneSkin instance.Constructors in javafx.scene.control.skin with parameters of type ScrollBar Constructor Description ScrollBarSkin(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.
-