object Event
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Event
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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( ... ) @native() @HotSpotIntrinsicCandidate()
-
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: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
focus(name: String): Event[SyntheticFocusEvent]
- Annotations
- @inline()
-
def
form(name: String): Event[SyntheticFormEvent]
- Annotations
- @inline()
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
-
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(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
wheel(name: String): Event[SyntheticWheelEvent]
- Annotations
- @inline()
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated @deprecated
- Deprecated
(Since version ) see corresponding Javadoc for more information.