|
Spec-Zone .ru
спецификации, руководства, описания, API
|
| Package | Description |
|---|---|
| javafx.scene.web |
This package provides means for loading and displaying Web content.
|
| Class and Description |
|---|
| HTMLEditor
A control that allows for users to edit text, and apply styling to this text.
|
| HTMLEditorBuilder
Builder class for javafx.scene.web.HTMLEditor
|
| PopupFeatures
This class describes features of a Web popup window as specified by
JavaScript
window.open function. |
| PromptData
This class encapsulates data passed into JavaScript
prompt() function:
a message and a default value. |
| PromptDataBuilder
Builder class for javafx.scene.web.PromptData
|
WebEngine
WebEngine is a non-visual object capable of managing one Web page
at a time. |
| WebEngine.LoadWorker |
| WebEngineBuilder
Builder class for javafx.scene.web.WebEngine
|
WebEvent
WebEvent instances are passed into EventHandlers registered
with a WebEngine by JavaScript running on a Web page. |
| WebView |
| WebViewBuilder
Builder class for javafx.scene.web.WebView
|
Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved. Use is subject to .