Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor")
public abstract class WindowBuilder<B extends WindowBuilder<B>>
extends java.lang.Object
Window
Modifier | Constructor and Description |
---|---|
protected |
WindowBuilder() |
Modifier and Type | Method and Description |
---|---|
void |
applyTo(Window x) |
B |
eventDispatcher(EventDispatcher x)
Set the value of the
eventDispatcher property for the instance constructed by this builder. |
B |
focused(boolean x)
Set the value of the
focused property for the instance constructed by this builder. |
B |
height(double x)
Set the value of the
height property for the instance constructed by this builder. |
B |
onCloseRequest(EventHandler<WindowEvent> x)
Set the value of the
onCloseRequest property for the instance constructed by this builder. |
B |
onHidden(EventHandler<WindowEvent> x)
Set the value of the
onHidden property for the instance constructed by this builder. |
B |
onHiding(EventHandler<WindowEvent> x)
Set the value of the
onHiding property for the instance constructed by this builder. |
B |
onShowing(EventHandler<WindowEvent> x)
Set the value of the
onShowing property for the instance constructed by this builder. |
B |
onShown(EventHandler<WindowEvent> x)
Set the value of the
onShown property for the instance constructed by this builder. |
B |
opacity(double x)
Set the value of the
opacity property for the instance constructed by this builder. |
B |
width(double x)
Set the value of the
width property for the instance constructed by this builder. |
B |
x(double x)
Set the value of the
x property for the instance constructed by this builder. |
B |
y(double x)
Set the value of the
y property for the instance constructed by this builder. |
public void applyTo(Window x)
public B eventDispatcher(EventDispatcher x)
eventDispatcher
property for the instance constructed by this builder.public B focused(boolean x)
focused
property for the instance constructed by this builder.public B height(double x)
height
property for the instance constructed by this builder.public B onCloseRequest(EventHandler<WindowEvent> x)
onCloseRequest
property for the instance constructed by this builder.public B onHidden(EventHandler<WindowEvent> x)
onHidden
property for the instance constructed by this builder.public B onHiding(EventHandler<WindowEvent> x)
onHiding
property for the instance constructed by this builder.public B onShowing(EventHandler<WindowEvent> x)
onShowing
property for the instance constructed by this builder.public B onShown(EventHandler<WindowEvent> x)
onShown
property for the instance constructed by this builder.public B opacity(double x)
opacity
property for the instance constructed by this builder.public B width(double x)
width
property for the instance constructed by this builder.public B x(double x)
x
property for the instance constructed by this builder.Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to