Object

macroid

Snails

Related Doc: package macroid

Permalink

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
Visibility
  1. Public
  2. All

Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

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

    Permalink

    Run animation, indicating when it’s finished

    Run animation, indicating when it’s finished

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

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

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

    Permalink

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

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

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

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

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

    Permalink

    Fade in this view

    Fade in this view

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

    Permalink

    Fade out this view

    Fade out this view

    Definition Classes
    AnimationSnails
  12. def finalize(): Unit

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

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

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

    Permalink

    Hide this view (uses View.GONE)

    Hide this view (uses View.GONE)

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

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

    Permalink
    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

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

    Permalink

    Conditionally show/hide this view

    Conditionally show/hide this view

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

    Permalink

    Show this view (uses View.VISIBLE)

    Show this view (uses View.VISIBLE)

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

    Permalink
    Definition Classes
    AnyRef
  23. def toString(): String

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

    Permalink

    A snail that waits for a given future to finish

    A snail that waits for a given future to finish

    Definition Classes
    BasicSnails
  25. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink

    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
  29. def waitProgress(future: Future[Any])(implicit ec: ExecutionContext): Snail[ProgressBar]

    Permalink

    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