Uses of Package
javafx.scene.web
Package | Description |
---|---|
javafx.scene.web |
This package provides means for loading and displaying Web content.
|
-
Classes in javafx.scene.web used by javafx.scene.web Class Description HTMLEditor A control that allows for users to edit text, and apply styling to this text.HTMLEditorSkin.Command Represents commands that can be passed into the HTMLEditor web engine.PopupFeatures This class describes features of a Web popup window as specified by JavaScriptwindow.open
function.PromptData This class encapsulates data passed into JavaScriptprompt()
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 aWebEngine
error.WebEvent WebEvent
instances are passed intoEventHandler
s registered with aWebEngine
by JavaScript running on a Web page.WebHistory TheWebHistory
class represents a session history associated with aWebEngine
instance.WebHistory.Entry TheEntry
class represents a single entry in the session history.