StageIncludes

scalafx.stage.StageIncludes
See theStageIncludes companion trait
object StageIncludes extends StageIncludes

Attributes

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

Members list

Implicits

Inherited 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

Inherited from:
StageIncludes
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

Inherited from:
StageIncludes
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

Inherited from:
StageIncludes
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

Inherited from:
StageIncludes
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

Inherited from:
StageIncludes
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

Inherited from:
StageIncludes
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

Inherited from:
StageIncludes
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

Inherited from:
StageIncludes
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

Inherited from:
StageIncludes
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

Inherited from:
StageIncludes
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

Inherited from:
StageIncludes
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

Inherited from:
StageIncludes