Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class VBoxBuilder<B extends VBoxBuilder<B>> extends PaneBuilder<B>
VBox
Modifier | Constructor and Description |
---|---|
protected |
VBoxBuilder() |
Modifier and Type | Method and Description |
---|---|
B |
alignment(Pos x)
Set the value of the
alignment property for the instance constructed by this builder. |
void |
applyTo(VBox x) |
VBox |
build()
Make an instance of
VBox based on the properties set on this builder. |
static VBoxBuilder<?> |
create()
Creates a new instance of VBoxBuilder.
|
B |
fillWidth(boolean x)
Set the value of the
fillWidth property for the instance constructed by this builder. |
B |
spacing(double x)
Set the value of the
spacing 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
public static VBoxBuilder<?> create()
public void applyTo(VBox x)
public B alignment(Pos x)
alignment
property for the instance constructed by this builder.public B fillWidth(boolean x)
fillWidth
property for the instance constructed by this builder.public B spacing(double x)
spacing
property for the instance constructed by this builder.public VBox build()
VBox
based on the properties set on this builder.build
in interface Builder<Region>
build
in class PaneBuilder<B extends VBoxBuilder<B>>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to