scalafx.scene.web

Wraps `javafx.scene.web` package.

Attributes

Members list

Type members

Classlikes

object HTMLEditor

Companion object for scalafx.scene.web.HTMLEditor

Companion object for scalafx.scene.web.HTMLEditor

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
HTMLEditor.type
class HTMLEditor(val delegate: HTMLEditor) extends Control, SFXDelegate[HTMLEditor]

Value parameters

delegate

JavaFX HTMLEditor. Its default value is a new instance.

Attributes

Constructor

Creates a new HTMLEditor from its JavaFX counterpart.

Companion
object
Supertypes
class Control
trait Skinnable
class Region
class Parent
class Node
trait Styleable
class EventTarget
trait SFXDelegate[HTMLEditor]
class Object
trait Matchable
class Any
Show all
object PopupFeatures

Companion object for scalafx.scene.web.PopupFeatures

Companion object for scalafx.scene.web.PopupFeatures

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
class PopupFeatures(val delegate: PopupFeatures) extends SFXDelegate[PopupFeatures]

Value parameters

delegate

JavaFX PopupFeatures.

Attributes

Constructor

Creates a new PopupFeatures from its JavaFX counterpart.

Companion
object
Supertypes
trait SFXDelegate[PopupFeatures]
class Object
trait Matchable
class Any
object PromptData

Companion object for scalafx.scene.web.PromptData

Companion object for scalafx.scene.web.PromptData

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
PromptData.type
class PromptData(val delegate: PromptData) extends SFXDelegate[PromptData]

Value parameters

delegate

JavaFX PromptData.

Attributes

Constructor

Creates a new PromptData from its JavaFX counterpart.

Companion
object
Supertypes
trait SFXDelegate[PromptData]
class Object
trait Matchable
class Any
object WebEngine

Companion object for scalafx.scene.web.WebEngine

Companion object for scalafx.scene.web.WebEngine

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
WebEngine.type
class WebEngine(val delegate: WebEngine) extends SFXDelegate[WebEngine]

Value parameters

delegate

A JavaFX WebEngine. Its default value is a new instance.

Attributes

Constructor

Creates a new WebEngine from its JavaFX counterpart.

Companion
object
Supertypes
trait SFXDelegate[WebEngine]
class Object
trait Matchable
class Any
object WebErrorEvent

Companion object for scalafx.scene.web.WebErrorEvent.

Companion object for scalafx.scene.web.WebErrorEvent.

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
final class WebErrorEvent(val delegate: WebErrorEvent) extends Event, SFXDelegate[WebErrorEvent]

Value parameters

delegate

JavaFX WebErrorEvent. Since it has no default constructor, there is not default value.

Attributes

Constructor

Creates a new ScalaFX WebErrorEvent from its JavaFX equivalent.

Since

8.0

Companion
object
Supertypes
class Event
trait SFXDelegate[WebErrorEvent]
class Object
trait Matchable
class Any
object WebEvent

Companion object for scalafx.scene.web.WebEvent.

Companion object for scalafx.scene.web.WebEvent.

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
WebEvent.type
final class WebEvent[T](val delegate: WebEvent[T]) extends Event, SFXDelegate[WebEvent[T]]

Value parameters

delegate

JavaFX WebEvent. Since it has no default constructor, there is not default value.

Attributes

Constructor

Creates a new ScalaFX WebEvent from its JavaFX equivalent.

Companion
object
Supertypes
class Event
trait SFXDelegate[WebEvent[T]]
class Object
trait Matchable
class Any
object WebIncludes extends WebIncludes

Attributes

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

Contains implcit methods to convert from `javafx.scene.web` Classes/Traits to their ScalaFX counterparts.

Contains implcit methods to convert from `javafx.scene.web` Classes/Traits to their ScalaFX counterparts.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object WebIncludes.type
trait Includes
object Includes.type
object WebView

Companion object for scalafx.scene.web.WebView

Companion object for scalafx.scene.web.WebView

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
WebView.type
class WebView(val delegate: WebView) extends Parent, SFXDelegate[WebView]

Value parameters

delegate

A JavaFX WebView. Its default value is a new instance.

Attributes

Constructor

Creates a new WebView from its JavaFX counterpart.

Companion
object
Supertypes
class Parent
class Node
trait Styleable
class EventTarget
trait SFXDelegate[WebView]
class Object
trait Matchable
class Any
Show all