Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public class PopupControlBuilder<B extends PopupControlBuilder<B>> extends PopupWindowBuilder<B> implements Builder<PopupControl>
PopupControl
Modifier | Constructor and Description |
---|---|
protected |
PopupControlBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(PopupControl x) |
PopupControl |
build()
Make an instance of
PopupControl based on the properties set on this builder. |
static PopupControlBuilder<?> |
create()
Creates a new instance of PopupControlBuilder.
|
B |
id(java.lang.String x)
Set the value of the
id property for the instance constructed by this builder. |
B |
maxHeight(double x)
Set the value of the
maxHeight property for the instance constructed by this builder. |
B |
maxWidth(double x)
Set the value of the
maxWidth property for the instance constructed by this builder. |
B |
minHeight(double x)
Set the value of the
minHeight property for the instance constructed by this builder. |
B |
minWidth(double x)
Set the value of the
minWidth property for the instance constructed by this builder. |
B |
prefHeight(double x)
Set the value of the
prefHeight property for the instance constructed by this builder. |
B |
prefWidth(double x)
Set the value of the
prefWidth property for the instance constructed by this builder. |
B |
skin(Skin<?> x)
Set the value of the
skin property for the instance constructed by this builder. |
B |
style(java.lang.String x)
Set the value of the
style property for the instance constructed by this builder. |
B |
styleClass(java.util.Collection<? extends java.lang.String> x)
Add the given items to the List of items in the
styleClass property for the instance constructed by this builder. |
B |
styleClass(java.lang.String... x)
Add the given items to the List of items in the
styleClass property for the instance constructed by this builder. |
applyTo, autoFix, autoHide, consumeAutoHidingEvents, hideOnEscape, onAutoHide
applyTo, eventDispatcher, focused, height, onCloseRequest, onHidden, onHiding, onShowing, onShown, opacity, width, x, y
public static PopupControlBuilder<?> create()
public void applyTo(PopupControl x)
public B id(java.lang.String x)
id
property for the instance constructed by this builder.public B maxHeight(double x)
maxHeight
property for the instance constructed by this builder.public B maxWidth(double x)
maxWidth
property for the instance constructed by this builder.public B minHeight(double x)
minHeight
property for the instance constructed by this builder.public B minWidth(double x)
minWidth
property for the instance constructed by this builder.public B prefHeight(double x)
prefHeight
property for the instance constructed by this builder.public B prefWidth(double x)
prefWidth
property for the instance constructed by this builder.public B skin(Skin<?> x)
skin
property for the instance constructed by this builder.public B style(java.lang.String x)
style
property for the instance constructed by this builder.public B styleClass(java.util.Collection<? extends java.lang.String> x)
styleClass
property for the instance constructed by this builder.public B styleClass(java.lang.String... x)
styleClass
property for the instance constructed by this builder.public PopupControl build()
PopupControl
based on the properties set on this builder.build
in interface Builder<PopupControl>
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to