Packages

object transportCatch extends TransportCatch with ModelImpl[Boolean]

Definition Classes
TimelineCanvasImplTimelineCanvas
Linear Supertypes
ModelImpl[Boolean], TransportCatch, Model[Boolean], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. transportCatch
  2. ModelImpl
  3. TransportCatch
  4. Model
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addCatchBypass(token: Any): Unit

    Adds a scroll veto.

    Adds a scroll veto.

    Definition Classes
    transportCatchTransportCatch
  5. def addListener(pf: Listener[Boolean]): pf.type
    Definition Classes
    ModelImpl → Model
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def catchEnabled: Boolean
    Definition Classes
    transportCatchTransportCatch
  8. def catchEnabled_=(value: Boolean): Unit
    Definition Classes
    transportCatchTransportCatch
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  10. final def dispatch(update: Boolean): Unit
    Attributes
    protected
    Definition Classes
    ModelImpl
  11. def ensureCatch(): Unit

    Checks the conditions for scroll catching the transport and activates the catch if necessary

    Checks the conditions for scroll catching the transport and activates the catch if necessary

    Definition Classes
    transportCatchTransportCatch
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. def releaseListeners(): Unit
    Attributes
    protected
    Definition Classes
    ModelImpl
  21. def removeCatchBypass(token: Any): Unit

    Removes a scroll veto.

    Removes a scroll veto.

    Definition Classes
    transportCatchTransportCatch
  22. def removeListener(pf: Listener[Boolean]): Unit
    Definition Classes
    ModelImpl → Model
  23. def startListening(): Unit
    Attributes
    protected
    Definition Classes
    ModelImpl
  24. def stopListening(): Unit
    Attributes
    protected
    Definition Classes
    ModelImpl
  25. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  29. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from ModelImpl[Boolean]

Inherited from TransportCatch

Inherited from Model[Boolean]

Inherited from AnyRef

Inherited from Any

Ungrouped