StageIncludes

scalafx.stage.StageIncludes
See theStageIncludes companion object

Contains implcit methods to convert from `javafx.stage` Classes/Traits to their ScalaFX counterparts.

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object StageIncludes.type
trait Includes
object Includes.type

Members list

Implicits

Implicits

implicit def jfxDirectoryChooser2sfx(dc: DirectoryChooser): DirectoryChooser

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html DirectoryChooser]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/DirectoryChooser.html DirectoryChooser]] instance to its ScalaFX counterpart.

Value parameters

dc

JavaFX DirectoryChooser

Attributes

Returns

ScalaFX DirectoryChooser

implicit def jfxFileChooser2sfx(fc: FileChooser): FileChooser

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html FileChooser]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.html FileChooser]] instance to its ScalaFX counterpart.

Value parameters

fc

JavaFX FileChooser

Attributes

Returns

ScalaFX FileChooser

implicit def jfxFileChooserExtensionFilter2sfx(ef: ExtensionFilter): ExtensionFilter

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.ExtensionFilter.html FileChooser.ExtensionFilter]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/FileChooser.ExtensionFilter.html FileChooser.ExtensionFilter]] instance to its ScalaFX counterpart.

Value parameters

ef

JavaFX FileChooser.ExtensionFilter

Attributes

Returns

ScalaFX FileChooser.ExtensionFilter

implicit def jfxModality2sfx(e: Modality): Modality

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/Modality.html Modality]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/Modality.html Modality]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX Modality

Attributes

Returns

ScalaFX Modality

implicit def jfxPopup2sfx(p: Popup): Popup

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/Popup.html Popup]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/Popup.html Popup]] instance to its ScalaFX counterpart.

Value parameters

p

JavaFX Popup

Attributes

Returns

ScalaFX Popup

implicit def jfxPopupWindow2sfx(pw: PopupWindow): PopupWindow

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html PopupWindow]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.html PopupWindow]] instance to its ScalaFX counterpart.

Value parameters

pw

JavaFX PopupWindow

Attributes

Returns

ScalaFX PopupWindow

implicit def jfxPopupWindowAnchorLocation2sfx(v: AnchorLocation): AnchorLocation

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.AnchorLocation.html PopupWindow.AnchorLocation]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/PopupWindow.AnchorLocation.html PopupWindow.AnchorLocation]] instance to its ScalaFX counterpart.

Value parameters

v

JavaFX PopupWindow.AnchorLocation

Attributes

Returns

ScalaFX PopupWindow.AnchorLocation

implicit def jfxScreen2sfx(s: Screen): Screen

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html Screen]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/Screen.html Screen]] instance to its ScalaFX counterpart.

Value parameters

s

JavaFX Screen

Attributes

Returns

ScalaFX Screen

implicit def jfxStage2sfx(s: Stage): Stage

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html Stage]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/Stage.html Stage]] instance to its ScalaFX counterpart.

Value parameters

s

JavaFX Stage

Attributes

Returns

ScalaFX Stage

implicit def jfxStageStyle2sfx(e: StageStyle): StageStyle

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/StageStyle.html StageStyle]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/StageStyle.html StageStyle]] instance to its ScalaFX counterpart.

Value parameters

e

JavaFX StageStyle

Attributes

Returns

ScalaFX StageStyle

implicit def jfxWindow2sfx(w: Window): Window

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html Window]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/Window.html Window]] instance to its ScalaFX counterpart.

Value parameters

w

JavaFX Window

Attributes

Returns

ScalaFX Window

implicit def jfxWindowEvent2sfx(we: WindowEvent): WindowEvent

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html WindowEvent]] instance to its ScalaFX counterpart.

Converts a JavaFX [[http://download.java.net/jdk8/jfxdocs/javafx/stage/WindowEvent.html WindowEvent]] instance to its ScalaFX counterpart.

Value parameters

we

JavaFX WindowEvent

Attributes

Returns

ScalaFX WindowEvent