ScrollEvent

scalafx.scene.input.ScrollEvent
See theScrollEvent companion class
object ScrollEvent

Attributes

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

Members list

Type members

Classlikes

sealed abstract class HorizontalTextScrollUnits(val delegate: HorizontalTextScrollUnits) extends SFXEnumDelegate[HorizontalTextScrollUnits]

Attributes

Companion
object
Supertypes
trait SFXEnumDelegate[HorizontalTextScrollUnits]
trait SFXDelegate[HorizontalTextScrollUnits]
class Object
trait Matchable
class Any
Known subtypes
object Characters.type
object None.type

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
trait SFXEnumDelegateCompanion[HorizontalTextScrollUnits, HorizontalTextScrollUnits]
class Object
trait Matchable
class Any
Show all
Self type
sealed abstract class VerticalTextScrollUnits(val delegate: VerticalTextScrollUnits) extends SFXEnumDelegate[VerticalTextScrollUnits]

Attributes

Companion
object
Supertypes
trait SFXEnumDelegate[VerticalTextScrollUnits]
trait SFXDelegate[VerticalTextScrollUnits]
class Object
trait Matchable
class Any
Known subtypes
object Lines.type
object None.type
object Pages.type

Attributes

Companion
class
Supertypes
trait Sum
trait Mirror
trait SFXEnumDelegateCompanion[VerticalTextScrollUnits, VerticalTextScrollUnits]
class Object
trait Matchable
class Any
Show all
Self type

Value members

Concrete fields

val Any: EventType[ScrollEvent]

Common supertype for all scroll event types.

Common supertype for all scroll event types.

Attributes

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.

Attributes

val ScrollFinished: EventType[ScrollEvent]

This event occurs when a scrolling gesture ends.

This event occurs when a scrolling gesture ends.

Attributes

val ScrollStarted: EventType[ScrollEvent]

This event occurs when a scrolling gesture is detected.

This event occurs when a scrolling gesture is detected.

Attributes

Deprecated fields

val ANY: EventType[ScrollEvent]

Attributes

Deprecated
true
val SCROLL: EventType[ScrollEvent]

Attributes

Deprecated
true
val SCROLL_FINISHED: EventType[ScrollEvent]

Attributes

Deprecated
true
val SCROLL_STARTED: EventType[ScrollEvent]

Attributes

Deprecated
true

Implicits

Implicits

implicit def sfxScrollEvent2jfx(se: ScrollEvent): ScrollEvent