Spec-Zone .ru
спецификации, руководства, описания, API
|
Modifier | Constructor and Description |
---|---|
protected |
PopupBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Popup x) |
Popup |
build()
Make an instance of
Popup based on the properties set on this builder. |
B |
content(java.util.Collection<? extends Node> x)
Add the given items to the List of items in the
content property for the instance constructed by this builder. |
B |
content(Node... x)
Add the given items to the List of items in the
content property for the instance constructed by this builder. |
static PopupBuilder<?> |
create()
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
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.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to