@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class TooltipBuilder<B extends TooltipBuilder<B>> extends PopupControlBuilder<B>
Tooltip| Modifier | Constructor and Description |
|---|---|
protected |
TooltipBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(Tooltip x) |
Tooltip |
build()
Make an instance of
Tooltip based on the properties set on this builder. |
B |
contentDisplay(ContentDisplay x)
Set the value of the
contentDisplay property for the instance constructed by this builder. |
static TooltipBuilder<?> |
create()
Creates a new instance of TooltipBuilder.
|
B |
font(Font x)
Set the value of the
font property for the instance constructed by this builder. |
B |
graphic(Node x)
Set the value of the
graphic property for the instance constructed by this builder. |
B |
graphicTextGap(double x)
Set the value of the
graphicTextGap property for the instance constructed by this builder. |
B |
text(java.lang.String x)
Set the value of the
text property for the instance constructed by this builder. |
B |
textAlignment(TextAlignment x)
Set the value of the
textAlignment property for the instance constructed by this builder. |
B |
textOverrun(OverrunStyle x)
Set the value of the
textOverrun property for the instance constructed by this builder. |
B |
wrapText(boolean x)
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, styleClassapplyTo, autoFix, autoHide, consumeAutoHidingEvents, hideOnEscape, onAutoHideapplyTo, eventDispatcher, focused, height, onCloseRequest, onHidden, onHiding, onShowing, onShown, opacity, width, x, ypublic static TooltipBuilder<?> create()
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>>Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.