ActionEvent

object ActionEvent

Companion Object for scalafx.event.ActionEvent.

Companion Object for scalafx.event.ActionEvent.

Companion
class
class Object
trait Matchable
class Any

Value members

Concrete fields

val Action: EventType[ActionEvent]

The only valid EventType for the ActionEvent.

The only valid EventType for the ActionEvent.

Since

8.0

val Any: EventType[ActionEvent]

Common supertype for all action event types.

Common supertype for all action event types.

Since

8.0

Deprecated fields

@deprecated("Use scalafx.event.ActionEvent.Any instead", "8.0")
val ACTION: EventType[ActionEvent]
Deprecated

Implicits

Implicits

implicit def sfxActionEvent2jfx(ie: ActionEvent): ActionEvent

Converts a ScalaFX ActionEvent to its JavaFX counterpart.

Converts a ScalaFX ActionEvent to its JavaFX counterpart.

Value Params
ie

ScalaFX ActionEvent

Returns

JavaFX ActionEvent