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 static com.sun.javafx.css.StyleableProperty<WebView,java.lang.Boolean> |
WebView.StyleableProperties.CONTEXT_MENU_ENABLED |
private static com.sun.javafx.css.StyleableProperty<WebView,java.lang.Number> |
WebView.StyleableProperties.FONT_SCALE |
private static com.sun.javafx.css.StyleableProperty<WebView,FontSmoothingType> |
WebView.StyleableProperties.FONT_SMOOTHING_TYPE |
private static com.sun.javafx.css.StyleableProperty<WebView,java.lang.Number> |
WebView.StyleableProperties.MAX_HEIGHT |
private static com.sun.javafx.css.StyleableProperty<WebView,java.lang.Number> |
WebView.StyleableProperties.MAX_WIDTH |
private static com.sun.javafx.css.StyleableProperty<WebView,java.lang.Number> |
WebView.StyleableProperties.MIN_HEIGHT |
private static com.sun.javafx.css.StyleableProperty<WebView,java.lang.Number> |
WebView.StyleableProperties.MIN_WIDTH |
private static com.sun.javafx.css.StyleableProperty<WebView,java.lang.Number> |
WebView.StyleableProperties.PREF_HEIGHT |
private static com.sun.javafx.css.StyleableProperty<WebView,java.lang.Number> |
WebView.StyleableProperties.PREF_WIDTH |
private static com.sun.javafx.css.StyleableProperty<WebView,java.lang.Number> |
WebView.StyleableProperties.SCALE |
private ObjectProperty<WebView> |
WebEngine.view
The node associated with this engine.
|
Modifier and Type | Method and Description |
---|---|
WebView |
WebViewBuilder.build()
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)
Applies initialized values to the properties of the
WebView class. |
(package private) void |
WebEngine.setView(WebView view) |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to