@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public abstract class ControlBuilder<B extends ControlBuilder<B>> extends ParentBuilder<B>
Control
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private ContextMenu |
contextMenu
Deprecated.
|
private double |
maxHeight
Deprecated.
|
private double |
maxWidth
Deprecated.
|
private double |
minHeight
Deprecated.
|
private double |
minWidth
Deprecated.
|
private double |
prefHeight
Deprecated.
|
private double |
prefWidth
Deprecated.
|
private Skin<?> |
skin
Deprecated.
|
private Tooltip |
tooltip
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
ControlBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(Control x)
Deprecated.
|
B |
contextMenu(ContextMenu x)
Deprecated.
Set the value of the
contextMenu property for the instance constructed by this builder. |
B |
maxHeight(double x)
Deprecated.
Set the value of the
maxHeight property for the instance constructed by this builder. |
B |
maxWidth(double x)
Deprecated.
Set the value of the
maxWidth property for the instance constructed by this builder. |
B |
minHeight(double x)
Deprecated.
Set the value of the
minHeight property for the instance constructed by this builder. |
B |
minWidth(double x)
Deprecated.
Set the value of the
minWidth property for the instance constructed by this builder. |
B |
prefHeight(double x)
Deprecated.
Set the value of the
prefHeight property for the instance constructed by this builder. |
B |
prefWidth(double x)
Deprecated.
Set the value of the
prefWidth property for the instance constructed by this builder. |
B |
skin(Skin<?> x)
Deprecated.
Set the value of the
skin property for the instance constructed by this builder. |
B |
tooltip(Tooltip x)
Deprecated.
Set the value of the
tooltip property for the instance constructed by this builder. |
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 ContextMenu contextMenu
private double maxHeight
private double maxWidth
private double minHeight
private double minWidth
private double prefHeight
private double prefWidth
private Skin<?> skin
private Tooltip tooltip
private void __set(int i)
public 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.