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 |
---|---|
WebView |
WebPageClientImpl.getContainer() |
abstract WebView |
Accessor.getView() |
Modifier and Type | Method and Description |
---|---|
void |
WebConsoleListener.messageAdded(WebView webView,
String message,
int lineNumber,
String sourceId) |
Constructor and Description |
---|
InputMethodClientImpl(WebView wv,
WebPage webPage) |
Modifier and Type | Method and Description |
---|---|
WebView |
WebViewBuilder.build()
Deprecated.
Creates an instance of the
WebView class
based on the properties set on this builder. |
Modifier and Type | Method and Description |
---|---|
void |
WebViewBuilder.applyTo(WebView view)
Deprecated.
Applies initialized values to the properties of the
WebView class. |
Copyright © 2020. All rights reserved.