EventType

scalafx.event.EventType
See theEventType companion class
object EventType

Attributes

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

Members list

Value members

Concrete fields

val Root: EventType[Event]

The root event type. All other event types are either direct or indirect sub types of it. It is also the only event type which has its super event type set to null.

The root event type. All other event types are either direct or indirect sub types of it. It is also the only event type which has its super event type set to null.

Attributes

Deprecated fields

val ROOT: EventType[Event]

Attributes

Deprecated
true

Implicits

Implicits

implicit def sfxEventType2jfx[T <: Event](et: EventType[T]): EventType[T]