ScrollEvent

object ScrollEvent
Companion
class
class Object
trait Matchable
class Any

Value members

Concrete fields

val Any: EventType[ScrollEvent]

Common supertype for all scroll event types.

Common supertype for all scroll event types.

val Scroll: EventType[ScrollEvent]

This event occurs when user performs a scrolling action such as rotating mouse wheel or dragging a finger over touch screen.

This event occurs when user performs a scrolling action such as rotating mouse wheel or dragging a finger over touch screen.

val ScrollFinished: EventType[ScrollEvent]

This event occurs when a scrolling gesture ends.

This event occurs when a scrolling gesture ends.

val ScrollStarted: EventType[ScrollEvent]

This event occurs when a scrolling gesture is detected.

This event occurs when a scrolling gesture is detected.

Deprecated fields

@deprecated("Use Any; ANY will be removed in a future release", "8.0.60-R10")
val ANY: EventType[ScrollEvent]
Deprecated
@deprecated("Use Scroll; SCROLL will be removed in a future release", "8.0.60-R10")
val SCROLL: EventType[ScrollEvent]
Deprecated
@deprecated("Use ScrollFinished; SCROLL_FINISHED will be removed in a future release", "8.0.60-R10")
val SCROLL_FINISHED: EventType[ScrollEvent]
Deprecated
@deprecated("Use ScrollStarted; SCROLL_STARTED will be removed in a future release", "8.0.60-R10")
val SCROLL_STARTED: EventType[ScrollEvent]
Deprecated

Implicits

Implicits

implicit def sfxScrollEvent2jfx(se: ScrollEvent): ScrollEvent