SwingIncludes

Companion Object for scalafx.embed.swing.SwingIncludes.

Companion Object for scalafx.embed.swing.SwingIncludes.

Companion
class
class Object
trait Matchable
class Any

Implicits

Inherited implicits

implicit def jfxPanel2sfx(p: JFXPanel): SFXPanel

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/embed/swing/JFXPanel$.html JFXPanel]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/embed/swing/JFXPanel$.html JFXPanel]] instance to its ScalaFX counterpart.

Value Params
p

JFXPanel

Returns

SFXPanel

Inherited from
SwingIncludes
implicit def jfxSwingNode2sfx(n: SwingNode): SwingNode

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/embed/swing/SwingNode$.html SwingNode]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://docs.oracle.com/javase/8/javafx/api/javafx/embed/swing/SwingNode$.html SwingNode]] instance to its ScalaFX counterpart.

Value Params
n

JavaFX SwingNode

Returns

ScalaFX SwingNode

Inherited from
SwingIncludes