Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class ScrollPaneBuilder<B extends ScrollPaneBuilder<B>> extends ControlBuilder<B> implements Builder<ScrollPane>
ScrollPane
Modifier | Constructor and Description |
---|---|
protected |
ScrollPaneBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(ScrollPane x) |
ScrollPane |
build()
Make an instance of
ScrollPane based on the properties set on this builder. |
B |
content(Node x)
Set the value of the
content property for the instance constructed by this builder. |
static ScrollPaneBuilder<?> |
create()
Creates a new instance of ScrollPaneBuilder.
|
B |
fitToHeight(boolean x)
Set the value of the
fitToHeight property for the instance constructed by this builder. |
B |
fitToWidth(boolean x)
Set the value of the
fitToWidth property for the instance constructed by this builder. |
B |
hbarPolicy(ScrollPane.ScrollBarPolicy x)
Set the value of the
hbarPolicy property for the instance constructed by this builder. |
B |
hmax(double x)
Set the value of the
hmax property for the instance constructed by this builder. |
B |
hmin(double x)
Set the value of the
hmin property for the instance constructed by this builder. |
B |
hvalue(double x)
Set the value of the
hvalue property for the instance constructed by this builder. |
B |
pannable(boolean x)
Set the value of the
pannable property for the instance constructed by this builder. |
B |
prefViewportHeight(double x)
Set the value of the
prefViewportHeight property for the instance constructed by this builder. |
B |
prefViewportWidth(double x)
Set the value of the
prefViewportWidth property for the instance constructed by this builder. |
B |
vbarPolicy(ScrollPane.ScrollBarPolicy x)
Set the value of the
vbarPolicy property for the instance constructed by this builder. |
B |
viewportBounds(Bounds x)
Set the value of the
viewportBounds property for the instance constructed by this builder. |
B |
vmax(double x)
Set the value of the
vmax property for the instance constructed by this builder. |
B |
vmin(double x)
Set the value of the
vmin property for the instance constructed by this builder. |
B |
vvalue(double x)
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
public static ScrollPaneBuilder<?> create()
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>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to