Package | Description |
---|---|
com.sun.javafx.scene.control.behavior | |
com.sun.javafx.scene.control.skin | |
javafx.scene.control |
The JavaFX User Interface Controls (UI Controls or just Controls) are
specialized Nodes in the JavaFX Scenegraph especially suited for reuse in
many different application contexts.
|
Constructor and Description |
---|
ScrollBarBehavior(ScrollBar scrollBar)
*
Constructors *
*
|
Modifier and Type | Class and Description |
---|---|
class |
VirtualScrollBar
This custom ScrollBar is used to map the increment & decrement features
to pixel based scrolling rather than thumb/track based scrolling, if the
"virtual" attribute is true.
|
Modifier and Type | Field and Description |
---|---|
protected ScrollBar |
ScrollPaneSkin.hsb |
protected ScrollBar |
ScrollPaneSkin.vsb |
Constructor and Description |
---|
ScrollBarSkin(ScrollBar scrollbar)
*
Constructors *
*
|
Modifier and Type | Method and Description |
---|---|
ScrollBar |
ScrollBarBuilder.build()
Deprecated.
Make an instance of
ScrollBar based on the properties set on this builder. |
Modifier and Type | Method and Description |
---|---|
void |
ScrollBarBuilder.applyTo(ScrollBar x)
Deprecated.
|
Copyright © 2020. All rights reserved.