@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") @Deprecated public class StageBuilder<B extends StageBuilder<B>> extends WindowBuilder<B> implements Builder<Stage>
Stage
Modifier and Type | Field and Description |
---|---|
private int |
__set
Deprecated.
|
private boolean |
fullScreen
Deprecated.
|
private boolean |
iconified
Deprecated.
|
private java.util.Collection<? extends Image> |
icons
Deprecated.
|
private double |
maxHeight
Deprecated.
|
private double |
maxWidth
Deprecated.
|
private double |
minHeight
Deprecated.
|
private double |
minWidth
Deprecated.
|
private boolean |
resizable
Deprecated.
|
private Scene |
scene
Deprecated.
|
private StageStyle |
style
Deprecated.
|
private java.lang.String |
title
Deprecated.
|
Modifier | Constructor and Description |
---|---|
protected |
StageBuilder()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
private void |
__set(int i)
Deprecated.
|
void |
applyTo(Stage x)
Deprecated.
|
Stage |
build()
Deprecated.
Make an instance of
Stage based on the properties set on this builder. |
static StageBuilder<?> |
create()
Deprecated.
Creates a new instance of StageBuilder.
|
B |
fullScreen(boolean x)
Deprecated.
Set the value of the
fullScreen property for the instance constructed by this builder. |
B |
iconified(boolean x)
Deprecated.
Set the value of the
iconified property for the instance constructed by this builder. |
B |
icons(java.util.Collection<? extends Image> x)
Deprecated.
Add the given items to the List of items in the
icons property for the instance constructed by this builder. |
B |
icons(Image... x)
Deprecated.
Add the given items to the List of items in the
icons property for the instance constructed by this builder. |
B |
maxHeight(double x)
Deprecated.
Set the value of the
maxHeight property for the instance constructed by this builder. |
B |
maxWidth(double x)
Deprecated.
Set the value of the
maxWidth property for the instance constructed by this builder. |
B |
minHeight(double x)
Deprecated.
Set the value of the
minHeight property for the instance constructed by this builder. |
B |
minWidth(double x)
Deprecated.
Set the value of the
minWidth property for the instance constructed by this builder. |
B |
resizable(boolean x)
Deprecated.
Set the value of the
resizable property for the instance constructed by this builder. |
B |
scene(Scene x)
Deprecated.
Set the value of the
scene property for the instance constructed by this builder. |
B |
style(StageStyle x)
Deprecated.
Set the value of the
style property for the instance constructed by this builder. |
B |
title(java.lang.String x)
Deprecated.
Set the value of the
title property for the instance constructed by this builder. |
applyTo, eventDispatcher, focused, height, onCloseRequest, onHidden, onHiding, onShowing, onShown, opacity, width, x, y
private int __set
private boolean fullScreen
private boolean iconified
private java.util.Collection<? extends Image> icons
private double maxHeight
private double maxWidth
private double minHeight
private double minWidth
private boolean resizable
private Scene scene
private StageStyle style
private java.lang.String title
public static StageBuilder<?> create()
private void __set(int i)
public void applyTo(Stage x)
public B fullScreen(boolean x)
fullScreen
property for the instance constructed by this builder.public B iconified(boolean x)
iconified
property for the instance constructed by this builder.public B icons(java.util.Collection<? extends Image> x)
icons
property for the instance constructed by this builder.public B icons(Image... x)
icons
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 resizable(boolean x)
resizable
property for the instance constructed by this builder.public B scene(Scene x)
scene
property for the instance constructed by this builder.public B style(StageStyle x)
style
property for the instance constructed by this builder.public B title(java.lang.String x)
title
property for the instance constructed by this builder.