DialogEvent

scalafx.scene.control.DialogEvent
See theDialogEvent companion class
object DialogEvent

Object companion for scalafx.scene.control.DialogEvent.

Attributes

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

Members list

Value members

Concrete fields

val Any: EventType[DialogEvent]

Common supertype for all dialog event types.

Common supertype for all dialog event types.

Attributes

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.

Attributes

val DialogHidden: EventType[DialogEvent]

This event occurs on dialog just after it is hidden.

This event occurs on dialog just after it is hidden.

Attributes

val DialogHiding: EventType[DialogEvent]

This event occurs on dialog just before it is hidden.

This event occurs on dialog just before it is hidden.

Attributes

val DialogShowing: EventType[DialogEvent]

This event occurs on dialog just before it is shown.

This event occurs on dialog just before it is shown.

Attributes

val DialogShown: EventType[DialogEvent]

This event occurs on dialog just after it is shown.

This event occurs on dialog just after it is shown.

Attributes

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 parameters

v

ScalaFX DialogEvent

Attributes

Returns

JavaFX DialogEvent