|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class PopupBuilder<B extends PopupBuilder<B>> extends PopupWindowBuilder<B> implements Builder<Popup>
Popup| 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, onAutoHideapplyTo, eventDispatcher, focused, height, onCloseRequest, onHidden, onHiding, onShowing, onShown, opacity, width, x, yprotected PopupBuilder()
public static PopupBuilder<?> create()
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, 2013, Oracle and/or its affiliates. All rights reserved. Use is subject to .