EventType

scalafx.event.EventType
See theEventType companion object
class EventType[T <: Event](val delegate: EventType[T]) extends SFXDelegate[EventType[T]]

Attributes

Companion
object
Graph
Supertypes
trait SFXDelegate[EventType[T]]
class Object
trait Matchable
class Any

Members list

Value members

Constructors

def this(superType: EventType[_ >: T])(implicit d: DummyImplicit)

Constructs a new EventType with the specified super type and the name set to null.

Constructs a new EventType with the specified super type and the name set to null.

Attributes

def this(superType: EventType[_ >: T], name: String)

Constructs a new EventType with the specified super type and name.

Constructs a new EventType with the specified super type and name.

Attributes

def this(name: String)

Constructs a new EventType with the specified name and the EventType.ROOT as its super type.

Constructs a new EventType with the specified name and the EventType.ROOT as its super type.

Value parameters

name

The name

Attributes

Concrete methods

def name: String

Gets the name of this event type.

Gets the name of this event type.

Attributes

def superType: EventType[_ >: T]

Gets the super type of this event type.

Gets the super type of this event type.

Attributes

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value parameters

ref

Object to be compared.

Attributes

Returns

if the other object is equals to this delegate or not.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def hashCode: Int

Attributes

Returns

The delegate hashcode

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate
override def toString: String

Attributes

Returns

Returns the original delegate's toString() adding a [SFX] prefix.

Definition Classes
SFXDelegate -> Any
Inherited from:
SFXDelegate

Concrete fields

override val delegate: EventType[T]

JavaFX object to be wrapped.

JavaFX object to be wrapped.

Attributes