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.

Companion
object
class Object
trait Matchable
class Any
trait Includes
object Includes

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 Params
he

JavaFX HTMLEditor

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 Params
pf

JavaFX PopupFeatures

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 Params
pd

JavaFX PromptData

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 Params
we

JavaFX WebEngine

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 Params
wr

JavaFX WebErrorEvent

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 Params
we

JavaFX WebEvent

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 Params
wv

JavaFX WebView

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 Params
handler

function that manipulates a ScalaFX's WebEngine

Returns

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