Package | Description |
---|---|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
Class and Description |
---|
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. |
WebEngine
WebEngine is a non-visual object capable of managing one Web page
at a time. |
WebErrorEvent
An event indicating a
WebEngine error. |
WebEvent
WebEvent instances are passed into EventHandler s 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. |
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 2008, 2017, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.