Package | Description |
---|---|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Modifier and Type | Field and Description |
---|---|
private WebEngineBuilder |
WebViewBuilder.engineBuilder
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
WebEngineBuilder |
WebEngineBuilder.confirmHandler(Callback<java.lang.String,java.lang.Boolean> value)
Deprecated.
Sets the
confirmHandler
property for the instance constructed by this builder. |
static WebEngineBuilder |
WebEngineBuilder.create()
Deprecated.
Creates new builder for the
WebEngine class. |
WebEngineBuilder |
WebEngineBuilder.createPopupHandler(Callback<PopupFeatures,WebEngine> value)
Deprecated.
Sets the
createPopupHandler
property for the instance constructed by this builder. |
private WebEngineBuilder |
WebViewBuilder.engineBuilder()
Deprecated.
|
WebEngineBuilder |
WebEngineBuilder.location(java.lang.String value)
Deprecated.
Sets the
location
property for the instance constructed by this builder. |
WebEngineBuilder |
WebEngineBuilder.onAlert(EventHandler<WebEvent<java.lang.String>> value)
Deprecated.
Sets the
onAlert
property for the instance constructed by this builder. |
WebEngineBuilder |
WebEngineBuilder.onResized(EventHandler<WebEvent<Rectangle2D>> value)
Deprecated.
Sets the
onResized
property for the instance constructed by this builder. |
WebEngineBuilder |
WebEngineBuilder.onStatusChanged(EventHandler<WebEvent<java.lang.String>> value)
Deprecated.
Sets the
onStatusChanged
property for the instance constructed by this builder. |
WebEngineBuilder |
WebEngineBuilder.onVisibilityChanged(EventHandler<WebEvent<java.lang.Boolean>> value)
Deprecated.
Sets the
onVisibilityChanged
property for the instance constructed by this builder. |
WebEngineBuilder |
WebEngineBuilder.promptHandler(Callback<PromptData,java.lang.String> value)
Deprecated.
Sets the
promptHandler
property for the instance constructed by this builder. |