SwingIncludes

scalafx.embed.swing.SwingIncludes
See theSwingIncludes companion trait
object SwingIncludes extends SwingIncludes

Companion Object for scalafx.embed.swing.SwingIncludes.

Attributes

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

Members list

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 parameters

p

JFXPanel

Attributes

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 parameters

n

JavaFX SwingNode

Attributes

Returns

ScalaFX SwingNode

Inherited from:
SwingIncludes