WebErrorEvent

scalafx.scene.web.WebErrorEvent
See theWebErrorEvent companion class
object WebErrorEvent

Companion object for scalafx.scene.web.WebErrorEvent.

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete fields

val Any: EventType[WebErrorEvent]

Common supertype for all WebErrorEvent types.

Common supertype for all WebErrorEvent types.

Attributes

This event occurs when a scalafx.scene.web.WebEngine detects that its user data directory is already in use by a WebEngine running in a different VM.

This event occurs when a scalafx.scene.web.WebEngine detects that its user data directory is already in use by a WebEngine running in a different VM.

Attributes

val UserDataDirectoryIOError: EventType[WebErrorEvent]

This event occurs when a scalafx.scene.web.WebEngine encounters an I/O error while trying to create or access the user data directory.

This event occurs when a scalafx.scene.web.WebEngine encounters an I/O error while trying to create or access the user data directory.

Attributes

This event occurs when a scalafx.scene.web.WebEngine encounters a security error while trying to create or access the user data directory.

This event occurs when a scalafx.scene.web.WebEngine encounters a security error while trying to create or access the user data directory.

Attributes

Deprecated fields

val ANY: EventType[WebErrorEvent]

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Attributes

Deprecated
true

Implicits

Implicits

implicit def sfxWebErrorEventsjfx(wee: WebErrorEvent): WebErrorEvent

Converts a ScalaFX WebErrorEvent to its JavaFX counterpart.

Converts a ScalaFX WebErrorEvent to its JavaFX counterpart.

Value parameters

wee

ScalaFX WebErrorEvent

Attributes

Returns

JavaFX WebErrorEvent