Uses of Class
javafx.scene.web.WebEngine
Package
Description
This package provides means for loading and displaying Web content.
-
Uses of WebEngine in javafx.scene.web
Modifier and TypeMethodDescriptionfinal WebEngine
WebView.getEngine()
Returns theWebEngine
object.Modifier and TypeMethodDescriptionfinal ObjectProperty<Callback<PopupFeatures,
WebEngine>> WebEngine.createPopupHandlerProperty()
JavaScript popup handler property.final Callback<PopupFeatures,
WebEngine> WebEngine.getCreatePopupHandler()
Gets the value of thecreatePopupHandler
property.Modifier and TypeMethodDescriptionfinal void
WebEngine.setCreatePopupHandler
(Callback<PopupFeatures, WebEngine> handler) Sets the value of thecreatePopupHandler
property.