Package | Description |
---|---|
com.sun.javafx.webkit | |
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Modifier and Type | Method and Description |
---|---|
abstract WebEngine |
Accessor.getEngine() |
private WebEngine |
UIClientImpl.getWebEngine() |
Modifier and Type | Method and Description |
---|---|
WebPage |
Accessor.PageAccessor.getPage(WebEngine w) |
static WebPage |
Accessor.getPageFor(WebEngine w) |
Modifier and Type | Field and Description |
---|---|
private WebEngine |
WebView.engine |
Modifier and Type | Field and Description |
---|---|
private Callback<PopupFeatures,WebEngine> |
WebEngineBuilder.createPopupHandler
Deprecated.
|
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()
Deprecated.
Creates an instance of the
WebEngine class
based on the properties set on this builder. |
WebEngine |
WebEngine.AccessorImpl.getEngine() |
WebEngine |
WebView.getEngine()
Returns the
WebEngine object. |
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)
Deprecated.
Applies initialized values to the properties of the
WebEngine class. |
Modifier and Type | Method and Description |
---|---|
WebViewBuilder |
WebViewBuilder.createPopupHandler(Callback<PopupFeatures,WebEngine> value)
Deprecated.
Sets the
createPopupHandler
property for the engine
property of the instance constructed by this builder. |
WebEngineBuilder |
WebEngineBuilder.createPopupHandler(Callback<PopupFeatures,WebEngine> value)
Deprecated.
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 |
---|
AccessorImpl(WebEngine w) |
InspectorClientImpl(WebEngine engine) |
PageLoadListener(WebEngine engine) |