scalafx.embed.swing

Attributes

Since

8.0

Members list

Type members

Classlikes

object SFXPanel

Companion Object for scalafx.embed.swing.SFXPanel.

Companion Object for scalafx.embed.swing.SFXPanel.

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
SFXPanel.type
class SFXPanel(val delegate: JFXPanel) extends SFXDelegate[JFXPanel]

Wraps JavaFX JFXPanel. To use methods and properties from JComponent, use its delegate.

Wraps JavaFX JFXPanel. To use methods and properties from JComponent, use its delegate.

Value parameters

delegate

JavaFX JFXPanel. Its default value is a new JFXPanel

Attributes

Constructor

Creates a new SFXPanel from its JavaFX counterpart.

Since

8.0

Companion
object
Supertypes
trait SFXDelegate[JFXPanel]
class Object
trait Matchable
class Any
object SwingFXUtils

Attributes

Since

8.0

Supertypes
class Object
trait Matchable
class Any
Self type
object SwingIncludes extends SwingIncludes

Companion Object for scalafx.embed.swing.SwingIncludes.

Companion Object for scalafx.embed.swing.SwingIncludes.

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type

Contains implicit methods to convert from `embed.swing` Classes to their ScalaFX counterparts.

Contains implicit methods to convert from `embed.swing` Classes to their ScalaFX counterparts.

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object SwingIncludes
trait Includes
object Includes
object SwingNode

Companion Object for scalafx.embed.swing.SwingNode.

Companion Object for scalafx.embed.swing.SwingNode.

Attributes

Companion
class
Supertypes
class Object
trait Matchable
class Any
Self type
SwingNode.type
class SwingNode(val delegate: SwingNode) extends Node, SFXDelegate[SwingNode]

Wraps JavaFX SwingNode. This class is not implementing the impl_* methods from the original class.

Wraps JavaFX SwingNode. This class is not implementing the impl_* methods from the original class.

Value parameters

delegate

JavaFX SwingNode. Its defaul value is a new SwingNode

Attributes

Constructor

Creates a new ScalaFX SwingNode from its JavaFX counterpart.

Since

8.0

Companion
object
Supertypes
class Node
trait Styleable
class EventTarget
trait SFXDelegate[SwingNode]
class Object
trait Matchable
class Any
Show all