Spec-Zone .ru
спецификации, руководства, описания, API
|
Package | Description |
---|---|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Modifier and Type | Field and Description |
---|---|
private WebEngine |
WebView.engine |
Modifier and Type | Field and Description |
---|---|
private Callback<PopupFeatures,WebEngine> |
WebEngineBuilder.createPopupHandler |
private ObjectProperty<Callback<PopupFeatures,WebEngine>> |
WebEngine.createPopupHandler |
private java.lang.ref.WeakReference<WebEngine> |
WebEngine.AccessorImpl.engine |
private java.lang.ref.WeakReference<WebEngine> |
WebEngine.PageLoadListener.engine |
private java.lang.ref.WeakReference<WebEngine> |
WebEngine.InspectorClientImpl.engine |
Modifier and Type | Method and Description |
---|---|
WebEngine |
WebEngineBuilder.build()
Creates an instance of the
WebEngine class
based on the properties set on this builder. |
WebEngine |
WebView.getEngine()
Returns the
WebEngine object. |
WebEngine |
WebEngine.AccessorImpl.getEngine() |
Modifier and Type | Method and Description |
---|---|
ObjectProperty<Callback<PopupFeatures,WebEngine>> |
WebEngine.createPopupHandlerProperty()
JavaScript popup handler property.
|
Callback<PopupFeatures,WebEngine> |
WebEngine.getCreatePopupHandler()
Returns the JavaScript popup handler.
|
Modifier and Type | Method and Description |
---|---|
void |
WebEngineBuilder.applyTo(WebEngine engine)
Applies initialized values to the properties of the
WebEngine class. |
Modifier and Type | Method and Description |
---|---|
WebViewBuilder |
WebViewBuilder.createPopupHandler(Callback<PopupFeatures,WebEngine> value)
Sets the
createPopupHandler
property for the engine
property of the instance constructed by this builder. |
WebEngineBuilder |
WebEngineBuilder.createPopupHandler(Callback<PopupFeatures,WebEngine> value)
Sets the
createPopupHandler
property for the instance constructed by this builder. |
void |
WebEngine.setCreatePopupHandler(Callback<PopupFeatures,WebEngine> handler)
Sets the JavaScript popup handler.
|
Constructor and Description |
---|
WebEngine.AccessorImpl(WebEngine w) |
WebEngine.InspectorClientImpl(WebEngine engine) |
WebEngine.PageLoadListener(WebEngine engine) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to