@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class PopupBuilder<B extends PopupBuilder<B>> extends PopupWindowBuilder<B> implements Builder<Popup>
Popup
Modifier and Type | Field and Description |
---|---|
private boolean |
__set
Deprecated.
|
private java.util.Collection<? extends Node> |
content
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
PopupBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Popup x)
Deprecated.
|
Popup |
build()
Deprecated.
Make an instance of
Popup based on the properties set on this builder. |
B |
content(java.util.Collection<? extends Node> x)
Deprecated.
Add the given items to the List of items in the
content property for the instance constructed by this builder. |
B |
content(Node... x)
Deprecated.
Add the given items to the List of items in the
content property for the instance constructed by this builder. |
static PopupBuilder<?> |
create()
Deprecated.
Creates a new instance of PopupBuilder.
|
applyTo, autoFix, autoHide, consumeAutoHidingEvents, hideOnEscape, onAutoHide
applyTo, eventDispatcher, focused, height, onCloseRequest, onHidden, onHiding, onShowing, onShown, opacity, width, x, y
private boolean __set
private java.util.Collection<? extends Node> content
public static PopupBuilder<?> create()
public void applyTo(Popup x)
public B content(java.util.Collection<? extends Node> x)
content
property for the instance constructed by this builder.public B content(Node... x)
content
property for the instance constructed by this builder.