DialogEvent

object DialogEvent

Object companion for scalafx.scene.control.DialogEvent.

Object companion for scalafx.scene.control.DialogEvent.

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete fields

val Any: EventType[DialogEvent]

Common supertype for all dialog event types.

Common supertype for all dialog event types.

val DialogCloseRequest: EventType[DialogEvent]

This event is delivered to a dialog when there is an external request to close that dialog. If the event is not consumed by any installed dialog event handler, the default handler for this event closes the corresponding dialog.

This event is delivered to a dialog when there is an external request to close that dialog. If the event is not consumed by any installed dialog event handler, the default handler for this event closes the corresponding dialog.

val DialogHidden: EventType[DialogEvent]

This event occurs on dialog just after it is hidden.

This event occurs on dialog just after it is hidden.

val DialogHiding: EventType[DialogEvent]

This event occurs on dialog just before it is hidden.

This event occurs on dialog just before it is hidden.

val DialogShowing: EventType[DialogEvent]

This event occurs on dialog just before it is shown.

This event occurs on dialog just before it is shown.

val DialogShown: EventType[DialogEvent]

This event occurs on dialog just after it is shown.

This event occurs on dialog just after it is shown.

Implicits

Implicits

implicit def sfxDialogEvent2jfx(v: DialogEvent): DialogEvent

Converts a ScalaFX DialogEvent to its JavaFX counterpart.

Converts a ScalaFX DialogEvent to its JavaFX counterpart.

Value Params
v

ScalaFX DialogEvent

Returns

JavaFX DialogEvent