Fx.Stage

abstract class Stage(stage: Opt[javafx.stage.Stage]) extends Fx.Window
Source
__.scala
class Fx.Window
class java.lang.Object
trait scala.Matchable
class Any

Def

def centerOnScreen: Unit
Inherited from
Window
Source
__.scala
lazy protected val eventStore: Event.Store
Inherited from
Provider
Source
Provider.scala
Inherited from
Window
Source
__.scala
def hide: Unit
Inherited from
Window
Source
__.scala
lazy val icons: Idx.M[Fx.Image]
Source
__.scala
def onHidden[U](l: () => U): Fx.Event.Control
Inherited from
Window
Source
__.scala
def onHiding[U](l: () => U): Fx.Event.Control
Inherited from
Window
Source
__.scala
def onShowing[U](l: () => U): Fx.Event.Control
Inherited from
Window
Source
__.scala
def onShown[U](l: () => U): Fx.Event.Control
Inherited from
Window
Source
__.scala
final def real: REAL

JavaFX peer

JavaFX peer

Returns the real JavaFX peer, which makes GUI happen

JavaFx controls can be manipulated directly, especially for functionality not implemented in ScalqaFx

Inherited from
Gui
Source
Gui.scala
Inherited from
Window
Source
__.scala
final def sceneOpt: Opt[Fx.Scene]
Inherited from
Window
Source
__.scala
def show: Unit
Source
__.scala
def titlePro: Pro.OM[String]
Source
__.scala
Inherited from
Window
Source
__.scala
lazy val xPro: Double.Pro.O
Inherited from
Window
Source
__.scala
lazy val yPro: Double.Pro.O
Inherited from
Window
Source
__.scala