WebIncludes

object WebIncludes extends WebIncludes
Companion
class
class Object
trait Matchable
class Any

Implicits

Inherited 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

Inherited from
WebIncludes
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

Inherited from
WebIncludes
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

Inherited from
WebIncludes
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

Inherited from
WebIncludes
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

Inherited from
WebIncludes
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

Inherited from
WebIncludes
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

Inherited from
WebIncludes
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

Inherited from
WebIncludes