@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class ScrollPaneBuilder<B extends ScrollPaneBuilder<B>> extends ControlBuilder<B> implements Builder<ScrollPane>
ScrollPane
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private Node |
content
Deprecated.
|
private boolean |
fitToHeight
Deprecated.
|
private boolean |
fitToWidth
Deprecated.
|
private ScrollPane.ScrollBarPolicy |
hbarPolicy
Deprecated.
|
private double |
hmax
Deprecated.
|
private double |
hmin
Deprecated.
|
private double |
hvalue
Deprecated.
|
private boolean |
pannable
Deprecated.
|
private double |
prefViewportHeight
Deprecated.
|
private double |
prefViewportWidth
Deprecated.
|
private ScrollPane.ScrollBarPolicy |
vbarPolicy
Deprecated.
|
private Bounds |
viewportBounds
Deprecated.
|
private double |
vmax
Deprecated.
|
private double |
vmin
Deprecated.
|
private double |
vvalue
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
ScrollPaneBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(ScrollPane x)
Deprecated.
|
ScrollPane |
build()
Deprecated.
Make an instance of
ScrollPane based on the properties set on this builder. |
B |
content(Node x)
Deprecated.
Set the value of the
content property for the instance constructed by this builder. |
static ScrollPaneBuilder<?> |
create()
Deprecated.
Creates a new instance of ScrollPaneBuilder.
|
B |
fitToHeight(boolean x)
Deprecated.
Set the value of the
fitToHeight property for the instance constructed by this builder. |
B |
fitToWidth(boolean x)
Deprecated.
Set the value of the
fitToWidth property for the instance constructed by this builder. |
B |
hbarPolicy(ScrollPane.ScrollBarPolicy x)
Deprecated.
Set the value of the
hbarPolicy property for the instance constructed by this builder. |
B |
hmax(double x)
Deprecated.
Set the value of the
hmax property for the instance constructed by this builder. |
B |
hmin(double x)
Deprecated.
Set the value of the
hmin property for the instance constructed by this builder. |
B |
hvalue(double x)
Deprecated.
Set the value of the
hvalue property for the instance constructed by this builder. |
B |
pannable(boolean x)
Deprecated.
Set the value of the
pannable property for the instance constructed by this builder. |
B |
prefViewportHeight(double x)
Deprecated.
Set the value of the
prefViewportHeight property for the instance constructed by this builder. |
B |
prefViewportWidth(double x)
Deprecated.
Set the value of the
prefViewportWidth property for the instance constructed by this builder. |
B |
vbarPolicy(ScrollPane.ScrollBarPolicy x)
Deprecated.
Set the value of the
vbarPolicy property for the instance constructed by this builder. |
B |
viewportBounds(Bounds x)
Deprecated.
Set the value of the
viewportBounds property for the instance constructed by this builder. |
B |
vmax(double x)
Deprecated.
Set the value of the
vmax property for the instance constructed by this builder. |
B |
vmin(double x)
Deprecated.
Set the value of the
vmin property for the instance constructed by this builder. |
B |
vvalue(double x)
Deprecated.
Set the value of the
vvalue property for the instance constructed by this builder. |
applyTo, contextMenu, maxHeight, maxWidth, minHeight, minWidth, prefHeight, prefWidth, skin, tooltip
applyTo, stylesheets, stylesheets
applyTo, blendMode, cache, cacheHint, clip, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, onContextMenuRequested, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragEntered, onMouseDragExited, onMouseDragged, onMouseDragOver, onMouseDragReleased, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onRotate, onRotationFinished, onRotationStarted, onScroll, onScrollFinished, onScrollStarted, onSwipeDown, onSwipeLeft, onSwipeRight, onSwipeUp, onTouchMoved, onTouchPressed, onTouchReleased, onTouchStationary, onZoom, onZoomFinished, onZoomStarted, opacity, pickOnBounds, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visible
private int __set
private Node content
private boolean fitToHeight
private boolean fitToWidth
private ScrollPane.ScrollBarPolicy hbarPolicy
private double hmax
private double hmin
private double hvalue
private boolean pannable
private double prefViewportHeight
private double prefViewportWidth
private ScrollPane.ScrollBarPolicy vbarPolicy
private Bounds viewportBounds
private double vmax
private double vmin
private double vvalue
public static ScrollPaneBuilder<?> create()
private void __set(int i)
public void applyTo(ScrollPane x)
public B content(Node x)
content
property for the instance constructed by this builder.public B fitToHeight(boolean x)
fitToHeight
property for the instance constructed by this builder.public B fitToWidth(boolean x)
fitToWidth
property for the instance constructed by this builder.public B hbarPolicy(ScrollPane.ScrollBarPolicy x)
hbarPolicy
property for the instance constructed by this builder.public B hmax(double x)
hmax
property for the instance constructed by this builder.public B hmin(double x)
hmin
property for the instance constructed by this builder.public B hvalue(double x)
hvalue
property for the instance constructed by this builder.public B pannable(boolean x)
pannable
property for the instance constructed by this builder.public B prefViewportHeight(double x)
prefViewportHeight
property for the instance constructed by this builder.public B prefViewportWidth(double x)
prefViewportWidth
property for the instance constructed by this builder.public B vbarPolicy(ScrollPane.ScrollBarPolicy x)
vbarPolicy
property for the instance constructed by this builder.public B viewportBounds(Bounds x)
viewportBounds
property for the instance constructed by this builder.public B vmax(double x)
vmax
property for the instance constructed by this builder.public B vmin(double x)
vmin
property for the instance constructed by this builder.public B vvalue(double x)
vvalue
property for the instance constructed by this builder.public ScrollPane build()
ScrollPane
based on the properties set on this builder.build
in interface Builder<ScrollPane>