Package | Description |
---|---|
com.sun.javafx.scene.control.behavior | |
com.sun.javafx.scene.control.skin | |
com.sun.javafx.webkit.theme | |
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 | Class and Description |
---|---|
private class |
ScrollBarThemeImpl.ScrollBarWidget |
Modifier and Type | Field and Description |
---|---|
private java.lang.ref.WeakReference<ScrollBar> |
ScrollBarThemeImpl.testSBRef |
Modifier and Type | Method and Description |
---|---|
private void |
ScrollBarThemeImpl.adjustScrollBar(ScrollBar sb,
int w,
int h,
int orientation) |
private void |
ScrollBarThemeImpl.adjustScrollBar(ScrollBar sb,
int w,
int h,
int orientation,
int value,
int visibleSize,
int totalSize) |
private static Node |
ScrollBarThemeImpl.findNode(ScrollBar scrollBar,
java.lang.String styleclass) |
private static Node |
ScrollBarThemeImpl.getDecButton(ScrollBar scrollBar) |
private static Node |
ScrollBarThemeImpl.getIncButton(ScrollBar scrollBar) |
private static Node |
ScrollBarThemeImpl.getThumb(ScrollBar scrollBar) |
private static Node |
ScrollBarThemeImpl.getTrack(ScrollBar scrollBar) |
Modifier and Type | Field and Description |
---|---|
private static CssMetaData<ScrollBar,java.lang.Number> |
ScrollBar.StyleableProperties.BLOCK_INCREMENT |
private static CssMetaData<ScrollBar,Orientation> |
ScrollBar.StyleableProperties.ORIENTATION |
private static CssMetaData<ScrollBar,java.lang.Number> |
ScrollBar.StyleableProperties.UNIT_INCREMENT |
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.
|