ActionEvent

scalafx.event.ActionEvent
See theActionEvent companion class
object ActionEvent

Companion Object for scalafx.event.ActionEvent.

Attributes

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

Members list

Value members

Concrete fields

val Action: EventType[ActionEvent]

The only valid EventType for the ActionEvent.

The only valid EventType for the ActionEvent.

Attributes

Since

8.0

val Any: EventType[ActionEvent]

Common supertype for all action event types.

Common supertype for all action event types.

Attributes

Since

8.0

Deprecated fields

val ACTION: EventType[ActionEvent]

Attributes

Deprecated
true

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 parameters

ie

ScalaFX ActionEvent

Attributes

Returns

JavaFX ActionEvent