@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class BorderPaneBuilder<B extends BorderPaneBuilder<B>> extends PaneBuilder<B>
BorderPane| Modifier | Constructor and Description |
|---|---|
protected |
BorderPaneBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(BorderPane x) |
B |
bottom(Node x)
Set the value of the
bottom property for the instance constructed by this builder. |
BorderPane |
build()
Make an instance of
BorderPane based on the properties set on this builder. |
B |
center(Node x)
Set the value of the
center property for the instance constructed by this builder. |
static BorderPaneBuilder<?> |
create()
Creates a new instance of BorderPaneBuilder.
|
B |
left(Node x)
Set the value of the
left property for the instance constructed by this builder. |
B |
right(Node x)
Set the value of the
right property for the instance constructed by this builder. |
B |
top(Node x)
Set the value of the
top property for the instance constructed by this builder. |
applyTo, children, childrenapplyTo, maxHeight, maxWidth, minHeight, minWidth, padding, prefHeight, prefWidth, snapToPixelapplyTo, stylesheets, stylesheetsapplyTo, 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, visiblepublic 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>>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.