Common supertype for all dialog event types.
This event is delivered to a dialog when there is an external request to close that 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.
This event occurs on dialog just after it is hidden.
This event occurs on dialog just before it is hidden.
This event occurs on dialog just before it is shown.
This event occurs on dialog just after it is shown.
Converts a ScalaFX DialogEvent to its JavaFX counterpart.
Converts a ScalaFX DialogEvent to its JavaFX counterpart.
ScalaFX DialogEvent
JavaFX DialogEvent
Object companion for scalafx.scene.control.DialogEvent.