@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public abstract class LabeledBuilder<B extends LabeledBuilder<B>> extends ControlBuilder<B>
Labeled| Modifier and Type | Field and Description |
|---|---|
private int |
__set
Deprecated.
|
private Pos |
alignment
Deprecated.
|
private ContentDisplay |
contentDisplay
Deprecated.
|
private java.lang.String |
ellipsisString
Deprecated.
|
private Font |
font
Deprecated.
|
private Node |
graphic
Deprecated.
|
private double |
graphicTextGap
Deprecated.
|
private boolean |
mnemonicParsing
Deprecated.
|
private java.lang.String |
text
Deprecated.
|
private TextAlignment |
textAlignment
Deprecated.
|
private Paint |
textFill
Deprecated.
|
private OverrunStyle |
textOverrun
Deprecated.
|
private boolean |
underline
Deprecated.
|
private boolean |
wrapText
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
protected |
LabeledBuilder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
__set(int i)
Deprecated.
|
B |
alignment(Pos x)
Deprecated.
Set the value of the
alignment property for the instance constructed by this builder. |
void |
applyTo(Labeled x)
Deprecated.
|
B |
contentDisplay(ContentDisplay x)
Deprecated.
Set the value of the
contentDisplay property for the instance constructed by this builder. |
B |
ellipsisString(java.lang.String x)
Deprecated.
Set the value of the
ellipsisString property for the instance constructed by this builder. |
B |
font(Font x)
Deprecated.
Set the value of the
font property for the instance constructed by this builder. |
B |
graphic(Node x)
Deprecated.
Set the value of the
graphic property for the instance constructed by this builder. |
B |
graphicTextGap(double x)
Deprecated.
Set the value of the
graphicTextGap property for the instance constructed by this builder. |
B |
mnemonicParsing(boolean x)
Deprecated.
Set the value of the
mnemonicParsing property for the instance constructed by this builder. |
B |
text(java.lang.String x)
Deprecated.
Set the value of the
text property for the instance constructed by this builder. |
B |
textAlignment(TextAlignment x)
Deprecated.
Set the value of the
textAlignment property for the instance constructed by this builder. |
B |
textFill(Paint x)
Deprecated.
Set the value of the
textFill property for the instance constructed by this builder. |
B |
textOverrun(OverrunStyle x)
Deprecated.
Set the value of the
textOverrun property for the instance constructed by this builder. |
B |
underline(boolean x)
Deprecated.
Set the value of the
underline property for the instance constructed by this builder. |
B |
wrapText(boolean x)
Deprecated.
Set the value of the
wrapText property for the instance constructed by this builder. |
applyTo, contextMenu, maxHeight, maxWidth, minHeight, minWidth, prefHeight, prefWidth, skin, tooltipapplyTo, 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, visibleprivate int __set
private Pos alignment
private ContentDisplay contentDisplay
private java.lang.String ellipsisString
private Font font
private Node graphic
private double graphicTextGap
private boolean mnemonicParsing
private java.lang.String text
private TextAlignment textAlignment
private Paint textFill
private OverrunStyle textOverrun
private boolean underline
private boolean wrapText
private void __set(int i)
public void applyTo(Labeled x)
public B alignment(Pos x)
alignment property for the instance constructed by this builder.public B contentDisplay(ContentDisplay x)
contentDisplay property for the instance constructed by this builder.public B ellipsisString(java.lang.String x)
ellipsisString property for the instance constructed by this builder.public B font(Font x)
font property for the instance constructed by this builder.public B graphic(Node x)
graphic property for the instance constructed by this builder.public B graphicTextGap(double x)
graphicTextGap property for the instance constructed by this builder.public B mnemonicParsing(boolean x)
mnemonicParsing property for the instance constructed by this builder.public B text(java.lang.String x)
text property for the instance constructed by this builder.public B textAlignment(TextAlignment x)
textAlignment property for the instance constructed by this builder.public B textFill(Paint x)
textFill property for the instance constructed by this builder.public B textOverrun(OverrunStyle x)
textOverrun property for the instance constructed by this builder.public B underline(boolean x)
underline property for the instance constructed by this builder.