@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class BorderPaneBuilder<B extends BorderPaneBuilder<B>> extends PaneBuilder<B>
BorderPane
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private Node |
bottom
Deprecated.
|
private Node |
center
Deprecated.
|
private Node |
left
Deprecated.
|
private Node |
right
Deprecated.
|
private Node |
top
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
BorderPaneBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(BorderPane x)
Deprecated.
|
B |
bottom(Node x)
Deprecated.
Set the value of the
bottom property for the instance constructed by this builder. |
BorderPane |
build()
Deprecated.
Make an instance of
BorderPane based on the properties set on this builder. |
B |
center(Node x)
Deprecated.
Set the value of the
center property for the instance constructed by this builder. |
static BorderPaneBuilder<?> |
create()
Deprecated.
Creates a new instance of BorderPaneBuilder.
|
B |
left(Node x)
Deprecated.
Set the value of the
left property for the instance constructed by this builder. |
B |
right(Node x)
Deprecated.
Set the value of the
right property for the instance constructed by this builder. |
B |
top(Node x)
Deprecated.
Set the value of the
top property for the instance constructed by this builder. |
applyTo, children, children
applyTo, maxHeight, maxWidth, minHeight, minWidth, padding, prefHeight, prefWidth, snapToPixel
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 bottom
private Node center
private Node left
private Node right
private Node top
public static BorderPaneBuilder<?> create()
public void applyTo(BorderPane x)
public B bottom(Node x)
bottom
property for the instance constructed by this builder.public B center(Node x)
center
property for the instance constructed by this builder.public B left(Node x)
left
property for the instance constructed by this builder.public B right(Node x)
right
property for the instance constructed by this builder.public B top(Node x)
top
property for the instance constructed by this builder.public BorderPane build()
BorderPane
based on the properties set on this builder.build
in interface Builder<Region>
build
in class PaneBuilder<B extends BorderPaneBuilder<B>>