object Event
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Event
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def animation(name: String): Event[SyntheticAnimationEvent]
- Annotations
- @inline()
- def apply[E[+x <: Node] <: SyntheticEvent[x]](name: String): Event[E]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def base(name: String): Event[SyntheticEvent]
- Annotations
- @inline()
- def clipboard(name: String): Event[SyntheticClipboardEvent]
- Annotations
- @inline()
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def composition(name: String): Event[SyntheticCompositionEvent]
- Annotations
- @inline()
- def drag(name: String): Event[SyntheticDragEvent]
- Annotations
- @inline()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def focus(name: String): Event[SyntheticFocusEvent]
- Annotations
- @inline()
- def form(name: String): Event[SyntheticFormEvent]
- Annotations
- @inline()
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def keyboard(name: String): Event[SyntheticKeyboardEvent]
- Annotations
- @inline()
- def mouse(name: String): Event[SyntheticMouseEvent]
- Annotations
- @inline()
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pointer(name: String): Event[SyntheticPointerEvent]
- Annotations
- @inline()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def touch(name: String): Event[SyntheticTouchEvent]
- Annotations
- @inline()
- def transition(name: String): Event[SyntheticTransitionEvent]
- Annotations
- @inline()
- def ui(name: String): Event[SyntheticUIEvent]
- Annotations
- @inline()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def wheel(name: String): Event[SyntheticWheelEvent]
- Annotations
- @inline()