Package | Description |
---|---|
com.sun.javafx.scene.web.skin | |
com.sun.javafx.webkit | |
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Modifier and Type | Field and Description |
---|---|
private WebView |
HTMLEditorSkin.webView |
Modifier and Type | Field and Description |
---|---|
private java.lang.ref.WeakReference<WebView> |
InputMethodClientImpl.wvRef |
Modifier and Type | Method and Description |
---|---|
WebView |
WebPageClientImpl.getContainer() |
abstract WebView |
Accessor.getView() |
Modifier and Type | Method and Description |
---|---|
void |
WebConsoleListener.messageAdded(WebView webView,
java.lang.String message,
int lineNumber,
java.lang.String sourceId) |
Constructor and Description |
---|
InputMethodClientImpl(WebView wv,
WebPage webPage) |
Modifier and Type | Field and Description |
---|---|
private static CssMetaData<WebView,java.lang.Boolean> |
WebView.StyleableProperties.CONTEXT_MENU_ENABLED |
private static CssMetaData<WebView,java.lang.Number> |
WebView.StyleableProperties.FONT_SCALE |
private static CssMetaData<WebView,FontSmoothingType> |
WebView.StyleableProperties.FONT_SMOOTHING_TYPE |
private static CssMetaData<WebView,java.lang.Number> |
WebView.StyleableProperties.MAX_HEIGHT |
private static CssMetaData<WebView,java.lang.Number> |
WebView.StyleableProperties.MAX_WIDTH |
private static CssMetaData<WebView,java.lang.Number> |
WebView.StyleableProperties.MIN_HEIGHT |
private static CssMetaData<WebView,java.lang.Number> |
WebView.StyleableProperties.MIN_WIDTH |
private static CssMetaData<WebView,java.lang.Number> |
WebView.StyleableProperties.PREF_HEIGHT |
private static CssMetaData<WebView,java.lang.Number> |
WebView.StyleableProperties.PREF_WIDTH |
private ObjectProperty<WebView> |
WebEngine.view
The node associated with this engine.
|
private static CssMetaData<WebView,java.lang.Number> |
WebView.StyleableProperties.ZOOM |
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. |
WebView |
WebEngine.AccessorImpl.getView() |
Modifier and Type | Method and Description |
---|---|
void |
WebViewBuilder.applyTo(WebView view)
Deprecated.
Applies initialized values to the properties of the
WebView class. |
(package private) void |
WebEngine.setView(WebView view) |