Uses of Class
javafx.scene.web.WebErrorEvent
-
Packages that use WebErrorEvent 软件包 描述 javafx.scene.web 该软件包提供了加载和显示Web内容的方法。 -
-
Uses of WebErrorEvent in javafx.scene.web
Fields in javafx.scene.web with type parameters of type WebErrorEvent Modifier and Type Field 描述 static EventType<WebErrorEvent>
WebErrorEvent. ANY
所有WebErrorEvent
类型的常用超类型。static EventType<WebErrorEvent>
WebErrorEvent. USER_DATA_DIRECTORY_ALREADY_IN_USE
当WebEngine
检测到其用户数据目录WebEngine
不同的VM中运行的WebEngine
使用时,会发生此事件。static EventType<WebErrorEvent>
WebErrorEvent. USER_DATA_DIRECTORY_IO_ERROR
当WebEngine
在尝试创建或访问用户数据目录时遇到I / O错误时,会发生此事件。static EventType<WebErrorEvent>
WebErrorEvent. USER_DATA_DIRECTORY_SECURITY_ERROR
当WebEngine
在尝试创建或访问用户数据目录时遇到安全错误时,会发生此事件。Methods in javafx.scene.web that return types with arguments of type WebErrorEvent Modifier and Type 方法 描述 EventHandler<WebErrorEvent>
WebEngine. getOnError()
获取属性onError的值。ObjectProperty<EventHandler<WebErrorEvent>>
WebEngine. onErrorProperty()
当发生错误时调用事件处理程序。Method parameters in javafx.scene.web with type arguments of type WebErrorEvent Modifier and Type 方法 描述 void
WebEngine. setOnError(EventHandler<WebErrorEvent> handler)
设置属性onError的值。Constructor parameters in javafx.scene.web with type arguments of type WebErrorEvent Constructor 描述 WebErrorEvent(Object source, EventType<WebErrorEvent> type, String message, Throwable exception)
创建一个新的WebErrorEvent
。
-