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
Contains RichTextArea skin and related classes.
-
Uses of ScrollBar in javafx.scene.control.skin
Subclasses with type arguments of type ScrollBar in javafx.scene.control.skinMethods in javafx.scene.control.skin that return ScrollBarModifier 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.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. -
Uses of ScrollBar in jfx.incubator.scene.control.richtext.skin
Methods in jfx.incubator.scene.control.richtext.skin that return ScrollBarModifier and TypeMethodDescriptionprotected ScrollBar
RichTextAreaSkin.createHScrollBar()
Creates the horizontal scroll bar.protected ScrollBar
RichTextAreaSkin.createVScrollBar()
Creates the vertical scroll bar.