| 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.DebuggerImpl
The debugger implementation.
|
| WebEngine.DocumentProperty |
| WebEngine.LoadWorker |
| WebEngineBuilder
The builder for the
WebEngine class. |
WebEvent
WebEvent instances are passed into EventHandlers registered
with a WebEngine by JavaScript running on a Web page. |
| WebHistory
The
WebHistory class represents a session history associated with
a WebEngine instance. |
| WebHistory.Entry
The
Entry class represents a single entry in the session history. |
| WebView |
| WebViewBuilder
The builder for the
WebView class. |
Copyright (c) 2008, 2012, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms.