Fx.Popup.Window

abstract class Window extends Fx.Window
class Fx.Window
class Object
trait Matchable
class Any

Type

protected type REAL <: PopupWindow

Def

lazy val scene: Fx.Scene
def show(n: Parent, x: Double, y: Double): Unit
def show(w: Window, x: Double, y: Double): Unit
def show(w: Window): Unit

Inherited

def centerOnScreen: Unit
Inherited from
Window
Source
__.scala
lazy protected val eventStore: Store
Inherited from
Provider
Source
Provider.scala
@targetName("height_Pro")
lazy val height_*: O
Inherited from
Window
Source
__.scala
def hide: Unit
Inherited from
Window
Source
__.scala
def onHidden[U](l: () => U): Control
Inherited from
Window
Source
__.scala
def onHiding[U](l: () => U): Control
Inherited from
Window
Source
__.scala
def onShowing[U](l: () => U): Control
Inherited from
Window
Source
__.scala
def onShown[U](l: () => U): 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
__.scala
Inherited from
Window
Source
__.scala
@targetName("width_Pro")
lazy val width_*: O
Inherited from
Window
Source
__.scala
@targetName("x_Pro")
lazy val x_*: O
Inherited from
Window
Source
__.scala
@targetName("y_Pro")
lazy val y_*: O
Inherited from
Window
Source
__.scala