|
Spec-Zone .ru
спецификации, руководства, описания, API
|
@Generated(value="Generated by javafx.builder.processor.BuilderProcessor") public final class WebViewBuilder extends ParentBuilder<WebViewBuilder>
WebView| Modifier | Constructor and Description |
|---|---|
protected |
WebViewBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
applyTo(WebView x) |
WebView |
build()
Make an instance of
WebView based on the properties set on this builder. |
static WebViewBuilder |
create() |
WebViewBuilder |
fontScale(double x)
Set the value of the
fontScale property for the instance constructed by this builder. |
WebViewBuilder |
maxHeight(double x)
Set the value of the
maxHeight property for the instance constructed by this builder. |
WebViewBuilder |
maxWidth(double x)
Set the value of the
maxWidth property for the instance constructed by this builder. |
WebViewBuilder |
minHeight(double x)
Set the value of the
minHeight property for the instance constructed by this builder. |
WebViewBuilder |
minWidth(double x)
Set the value of the
minWidth property for the instance constructed by this builder. |
WebViewBuilder |
prefHeight(double x)
Set the value of the
prefHeight property for the instance constructed by this builder. |
WebViewBuilder |
prefWidth(double x)
Set the value of the
prefWidth property for the instance constructed by this builder. |
applyToapplyTo, blendMode, cache, cacheHint, clip, cursor, depthTest, disable, effect, eventDispatcher, focusTraversable, id, inputMethodRequests, layoutX, layoutY, managed, mouseTransparent, onDragDetected, onDragDone, onDragDropped, onDragEntered, onDragExited, onDragOver, onInputMethodTextChanged, onKeyPressed, onKeyReleased, onKeyTyped, onMouseClicked, onMouseDragged, onMouseEntered, onMouseExited, onMouseMoved, onMousePressed, onMouseReleased, onScroll, opacity, pickOnBounds, rotate, rotationAxis, scaleX, scaleY, scaleZ, style, styleClass, styleClass, transforms, transforms, translateX, translateY, translateZ, userData, visiblepublic static WebViewBuilder create()
public void applyTo(WebView x)
public WebViewBuilder fontScale(double x)
fontScale property for the instance constructed by this builder.public WebViewBuilder maxHeight(double x)
maxHeight property for the instance constructed by this builder.public WebViewBuilder maxWidth(double x)
maxWidth property for the instance constructed by this builder.public WebViewBuilder minHeight(double x)
minHeight property for the instance constructed by this builder.public WebViewBuilder minWidth(double x)
minWidth property for the instance constructed by this builder.public WebViewBuilder prefHeight(double x)
prefHeight property for the instance constructed by this builder.public WebViewBuilder prefWidth(double x)
prefWidth property for the instance constructed by this builder.Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .