@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class TooltipBuilder<B extends TooltipBuilder<B>> extends PopupControlBuilder<B>
Tooltip
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private ContentDisplay |
contentDisplay
Deprecated.
|
private Font |
font
Deprecated.
|
private Node |
graphic
Deprecated.
|
private double |
graphicTextGap
Deprecated.
|
private java.lang.String |
text
Deprecated.
|
private TextAlignment |
textAlignment
Deprecated.
|
private OverrunStyle |
textOverrun
Deprecated.
|
private boolean |
wrapText
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
TooltipBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(Tooltip x)
Deprecated.
|
Tooltip |
build()
Deprecated.
Make an instance of
Tooltip based on the properties set on this builder. |
B |
contentDisplay(ContentDisplay x)
Deprecated.
Set the value of the
contentDisplay property for the instance constructed by this builder. |
static TooltipBuilder<?> |
create()
Deprecated.
Creates a new instance of TooltipBuilder.
|
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 |
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 |
textOverrun(OverrunStyle x)
Deprecated.
Set the value of the
textOverrun 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, id, maxHeight, maxWidth, minHeight, minWidth, prefHeight, prefWidth, skin, style, styleClass, styleClass
applyTo, autoFix, autoHide, consumeAutoHidingEvents, hideOnEscape, onAutoHide
applyTo, eventDispatcher, focused, height, onCloseRequest, onHidden, onHiding, onShowing, onShown, opacity, width, x, y
private int __set
private ContentDisplay contentDisplay
private Font font
private Node graphic
private double graphicTextGap
private java.lang.String text
private TextAlignment textAlignment
private OverrunStyle textOverrun
private boolean wrapText
public static TooltipBuilder<?> create()
private void __set(int i)
public void applyTo(Tooltip x)
public B contentDisplay(ContentDisplay x)
contentDisplay
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 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 textOverrun(OverrunStyle x)
textOverrun
property for the instance constructed by this builder.public B wrapText(boolean x)
wrapText
property for the instance constructed by this builder.public Tooltip build()
Tooltip
based on the properties set on this builder.build
in interface Builder<PopupControl>
build
in class PopupControlBuilder<B extends TooltipBuilder<B>>