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 方法 描述 voidWebEngine. 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。
-