Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Modifier and Type | Method and Description |
---|---|
WebViewBuilder |
WebViewBuilder.confirmHandler(Callback<java.lang.String,java.lang.Boolean> value)
Sets the
confirmHandler
property for the engine
property of the instance constructed by this builder. |
static WebViewBuilder |
WebViewBuilder.create()
Creates new builder for the
WebView class. |
WebViewBuilder |
WebViewBuilder.createPopupHandler(Callback<PopupFeatures,WebEngine> value)
Sets the
createPopupHandler
property for the engine
property of the instance constructed by this builder. |
WebViewBuilder |
WebViewBuilder.fontScale(double value)
Sets the
fontScale
property for the instance constructed by this builder. |
WebViewBuilder |
WebViewBuilder.location(java.lang.String value)
|
WebViewBuilder |
WebViewBuilder.maxHeight(double value)
Sets the
maxHeight
property for the instance constructed by this builder. |
WebViewBuilder |
WebViewBuilder.maxWidth(double value)
Sets the
maxWidth
property for the instance constructed by this builder. |
WebViewBuilder |
WebViewBuilder.minHeight(double value)
Sets the
minHeight
property for the instance constructed by this builder. |
WebViewBuilder |
WebViewBuilder.minWidth(double value)
Sets the
minWidth
property for the instance constructed by this builder. |
WebViewBuilder |
WebViewBuilder.onAlert(EventHandler<WebEvent<java.lang.String>> value)
|
WebViewBuilder |
WebViewBuilder.onResized(EventHandler<WebEvent<Rectangle2D>> value)
|
WebViewBuilder |
WebViewBuilder.onStatusChanged(EventHandler<WebEvent<java.lang.String>> value)
Sets the
onStatusChanged
property for the engine
property of the instance constructed by this builder. |
WebViewBuilder |
WebViewBuilder.onVisibilityChanged(EventHandler<WebEvent<java.lang.Boolean>> value)
Sets the
onVisibilityChanged
property for the engine
property of the instance constructed by this builder. |
WebViewBuilder |
WebViewBuilder.prefHeight(double value)
Sets the
prefHeight
property for the instance constructed by this builder. |
WebViewBuilder |
WebViewBuilder.prefWidth(double value)
Sets the
prefWidth
property for the instance constructed by this builder. |
WebViewBuilder |
WebViewBuilder.promptHandler(Callback<PromptData,java.lang.String> value)
Sets the
promptHandler
property for the engine
property of the instance constructed by this builder. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to