WindowEvent

object WindowEvent
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete fields

val Any: EventType[WindowEvent]

Common supertype for all window event types.

Common supertype for all window event types.

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.

val WindowHidden: EventType[WindowEvent]

This event occurs on window just after it is hidden.

This event occurs on window just after it is hidden.

val WindowHiding: EventType[WindowEvent]

This event occurs on window just before it is hidden.

This event occurs on window just before it is hidden.

val WindowShowing: EventType[WindowEvent]

This event occurs on window just before it is shown.

This event occurs on window just before it is shown.

val WindowShown: EventType[WindowEvent]

This event occurs on window just after it is shown.

This event occurs on window just after it is shown.

Implicits

Implicits

implicit def sfxWindowEvent2jfx(v: WindowEvent): WindowEvent