@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public abstract class ControlBuilder<B extends ControlBuilder<B>> extends ParentBuilder<B>
Control| Modifier | Constructor and Description |
|---|---|
protected |
ControlBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Control x) |
B |
contextMenu(ContextMenu x)
Set the value of the
contextMenu property for the instance constructed by this builder. |
B |
maxHeight(double x)
Set the value of the
maxHeight property for the instance constructed by this builder. |
B |
maxWidth(double x)
Set the value of the
maxWidth property for the instance constructed by this builder. |
B |
minHeight(double x)
Set the value of the
minHeight property for the instance constructed by this builder. |
B |
minWidth(double x)
Set the value of the
minWidth property for the instance constructed by this builder. |
B |
prefHeight(double x)
Set the value of the
prefHeight property for the instance constructed by this builder. |
B |
prefWidth(double x)
Set the value of the
prefWidth property for the instance constructed by this builder. |
B |
skin(Skin<?> x)
Set the value of the
skin property for the instance constructed by this builder. |
B |
tooltip(Tooltip x)
Set the value of the
tooltip property for the instance constructed by this builder. |
applyTo, 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 void applyTo(Control x)
public B contextMenu(ContextMenu x)
contextMenu property for the instance constructed by this builder.public B maxHeight(double x)
maxHeight property for the instance constructed by this builder.public B maxWidth(double x)
maxWidth property for the instance constructed by this builder.public B minHeight(double x)
minHeight property for the instance constructed by this builder.public B minWidth(double x)
minWidth property for the instance constructed by this builder.public B prefHeight(double x)
prefHeight property for the instance constructed by this builder.public B prefWidth(double x)
prefWidth property for the instance constructed by this builder.public B skin(Skin<?> x)
skin property for the instance constructed by this builder.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.