WebIncludes

scalafx.scene.web.WebIncludes
See theWebIncludes companion object
trait WebIncludes

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

Attributes

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

Members list

Implicits

Implicits

implicit def jfxHTMLEditor2sfx(he: HTMLEditor): HTMLEditor

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/web/HTMLEditor.html HTMLEditor]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/web/HTMLEditor.html HTMLEditor]] instance to its ScalaFX counterpart.

Value parameters

he

JavaFX HTMLEditor

Attributes

Returns

ScalaFX HTMLEditor

implicit def jfxPopupFeatures2sfx(pf: PopupFeatures): PopupFeatures

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/web/PopupFeatures.html PopupFeatures]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/web/PopupFeatures.html PopupFeatures]] instance to its ScalaFX counterpart.

Value parameters

pf

JavaFX PopupFeatures

Attributes

Returns

ScalaFX PopupFeatures

implicit def jfxPromptData2sfx(pd: PromptData): PromptData

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/web/PromptData.html PromptData]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/web/PromptData.html PromptData]] instance to its ScalaFX counterpart.

Value parameters

pd

JavaFX PromptData

Attributes

Returns

ScalaFX PromptData

implicit def jfxWebEngine2sfx(we: WebEngine): WebEngine

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/web/WebEngine.html WebEngine]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/web/WebEngine.html WebEngine]] instance to its ScalaFX counterpart.

Value parameters

we

JavaFX WebEngine

Attributes

Returns

ScalaFX WebEngine

implicit def jfxWebErrorEvent2sfx(wr: WebErrorEvent): WebErrorEvent

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/web/WebErrorEvent.html WebErrorEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/web/WebErrorEvent.html WebErrorEvent]] instance to its ScalaFX counterpart.

Value parameters

wr

JavaFX WebErrorEvent

Attributes

Returns

ScalaFX WebErrorEvent

implicit def jfxWebEvent2sfx[T](we: WebEvent[T]): WebEvent[T]

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/web/WebEvent.html WebEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/web/WebEvent.html WebEvent]] instance to its ScalaFX counterpart.

Value parameters

we

JavaFX WebEvent

Attributes

Returns

ScalaFX WebEvent

implicit def jfxWebView2sfx(wv: WebView): WebView

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/web/WebView.html WebView]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/scene/web/WebView.html WebView]] instance to its ScalaFX counterpart.

Value parameters

wv

JavaFX WebView

Attributes

Returns

ScalaFX WebView

implicit def webEventClosureWrapper[T](handler: WebEvent[T] => Any): EventHandler[WebEvent[T]]

Converts a Function that manipulates a ScalaFX scalafx.scene.web.WebEngine and returns a scala.Any into a JavaFX's EventHandler that manipulates it's JavaFX counterpart.

Converts a Function that manipulates a ScalaFX scalafx.scene.web.WebEngine and returns a scala.Any into a JavaFX's EventHandler that manipulates it's JavaFX counterpart.

Value parameters

handler

function that manipulates a ScalaFX's WebEngine

Attributes

Returns

A JavaFX's EventHandler that manipulates a JavaFX's WebEngine