Fx.Scene

object Scene extends Void.Setup[Fx.Scene]
Source
__.scala
class java.lang.Object
trait scala.Matchable
class Any

Member

abstract class Application(width: Int.Opt, height: Int.Opt, title: String, show: Boolean, verbose: Boolean)

A convenient way to create GUI main executable class

 object MyApp extends Fx.Application:
    lazy val  View = Fx.Label("Hello")
Value Params
show

if true, stage.show will auto run

title

application window title

verbose

if true, console prints application name, start, and end time

Source
__.scala
abstract class Application(width: Int.Opt, height: Int.Opt, title: String, show: Boolean, verbose: Boolean)

A convenient way to create GUI main executable class

 object MyApp extends Fx.Application:
    lazy val  View = Fx.Label("Hello")
Value Params
show

if true, stage.show will auto run

title

application window title

verbose

if true, console prints application name, start, and end time

Source
__.scala
abstract class Chart extends Fx.Abstract.Region
Source
__.scala
abstract class Chart extends Fx.Abstract.Region
Source
__.scala
opaque type Image
Source
__.scala
opaque type Paint
Source
__.scala
abstract class Pane extends Fx.Abstract.Region
Source
__.scala
abstract class Pane extends Fx.Abstract.Region
Source
__.scala
abstract class Shape extends Fx.Node
Source
__.scala
abstract class Shape extends Fx.Node
Source
__.scala
abstract class Stage(stage: Opt[javafx.stage.Stage]) extends Fx.Window
Source
__.scala
abstract class Stage(stage: Opt[javafx.stage.Stage]) extends Fx.Window
Source
__.scala
abstract class Window extends Fx.Abstract.Delegate.Gui
Source
__.scala
abstract class Window extends Fx.Abstract.Delegate.Gui
Source
__.scala

Def

def apply(r: javafx.scene.Scene): Fx.Scene
Source
__.scala
@targetName("requestVoid") @scala.annotation.threadUnsafe
final lazy val void: Fx.Scene
Inherited from
Setup
Source
Setup.scala

Implicit

implicit inline def implicitRequest(v: VOID): Fx.Scene
Inherited from
Setup
Source
Setup.scala