WindowEvent

scalafx.stage.WindowEvent
See theWindowEvent companion class
object WindowEvent

Attributes

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

Members list

Value members

Concrete fields

val Any: EventType[WindowEvent]

Common supertype for all window event types.

Common supertype for all window event types.

Attributes

val WindowCloseRequest: EventType[WindowEvent]

This event is delivered to a window when there is an external request to close that window.

This event is delivered to a window when there is an external request to close that window.

Attributes

val WindowHidden: EventType[WindowEvent]

This event occurs on window just after it is hidden.

This event occurs on window just after it is hidden.

Attributes

val WindowHiding: EventType[WindowEvent]

This event occurs on window just before it is hidden.

This event occurs on window just before it is hidden.

Attributes

val WindowShowing: EventType[WindowEvent]

This event occurs on window just before it is shown.

This event occurs on window just before it is shown.

Attributes

val WindowShown: EventType[WindowEvent]

This event occurs on window just after it is shown.

This event occurs on window just after it is shown.

Attributes

Implicits

Implicits

implicit def sfxWindowEvent2jfx(v: WindowEvent): WindowEvent