Spec-Zone .ru
спецификации, руководства, описания, API
|
Modifier | Constructor and Description |
---|---|
protected |
StageBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Stage x) |
Stage |
build()
Make an instance of
Stage based on the properties set on this builder. |
static StageBuilder<?> |
create()
Creates a new instance of StageBuilder.
|
B |
fullScreen(boolean x)
Set the value of the
fullScreen property for the instance constructed by this builder. |
B |
iconified(boolean x)
Set the value of the
iconified property for the instance constructed by this builder. |
B |
icons(java.util.Collection<? extends Image> x)
Add the given items to the List of items in the
icons property for the instance constructed by this builder. |
B |
icons(Image... x)
Add the given items to the List of items in the
icons 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 |
resizable(boolean x)
Set the value of the
resizable property for the instance constructed by this builder. |
B |
scene(Scene x)
Set the value of the
scene property for the instance constructed by this builder. |
B |
style(StageStyle x)
Set the value of the
style property for the instance constructed by this builder. |
B |
title(java.lang.String x)
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
public static StageBuilder<?> create()
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.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to