macroid

Snails

object Snails extends Snails

Linear Supertypes
Snails, AnimationSnails, ProgressSnails, VisibilityTweaks, BasicSnails, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Snails
  2. Snails
  3. AnimationSnails
  4. ProgressSnails
  5. VisibilityTweaks
  6. BasicSnails
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def anim(animation: Animation, duration: Long = 1L): Snail[View]

    Run animation, indicating when it’s finished

    Run animation, indicating when it’s finished

    Definition Classes
    AnimationSnails
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def delay(millis: Long): Snail[View]

    A delay to be inserted somewhere between <~~s and <~s

    A delay to be inserted somewhere between <~~s and <~s

    Definition Classes
    BasicSnails
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def fadeIn(millis: Long): Snail[View]

    Fade in this view

    Fade in this view

    Definition Classes
    AnimationSnails
  13. def fadeOut(millis: Long): Snail[View]

    Fade out this view

    Fade out this view

    Definition Classes
    AnimationSnails
  14. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  17. val hide: Tweak[View]

    Hide this view (uses View.

    Hide this view (uses View.GONE)

    Definition Classes
    VisibilityTweaks
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  20. final def notify(): Unit

    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  22. def show(c: Boolean): Tweak[View]

    Conditionally show/hide this view

    Conditionally show/hide this view

    Definition Classes
    VisibilityTweaks
  23. val show: Tweak[View]

    Show this view (uses View.

    Show this view (uses View.VISIBLE)

    Definition Classes
    VisibilityTweaks
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. def toString(): String

    Definition Classes
    AnyRef → Any
  26. def wait(f: Future[Any])(implicit ec: ExecutionContext): Snail[View]

    A snail that waits for a given future to finish

    A snail that waits for a given future to finish

    Definition Classes
    BasicSnails
  27. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. def waitProgress(futures: List[Future[Any]])(implicit ec: ExecutionContext): Snail[ProgressBar]

    Show this progress bar with determinate progress and hide it once all futures are done

    Show this progress bar with determinate progress and hide it once all futures are done

    Definition Classes
    ProgressSnails
  31. def waitProgress(future: Future[Any])(implicit ec: ExecutionContext): Snail[ProgressBar]

    Show this progress bar with indeterminate progress and hide it once future is done

    Show this progress bar with indeterminate progress and hide it once future is done

    Definition Classes
    ProgressSnails

Inherited from Snails

Inherited from AnimationSnails

Inherited from ProgressSnails

Inherited from VisibilityTweaks

Inherited from BasicSnails

Inherited from AnyRef

Inherited from Any

Ungrouped