Trait

io.youi.hypertext

AbstractContainer

Related Doc: package hypertext

Permalink

trait AbstractContainer[C <: AbstractComponent] extends AbstractComponent

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AbstractContainer
  2. AbstractComponent
  3. Updates
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def addAfter(c: C, previous: Option[C]): Unit

    Permalink
    Attributes
    protected
  2. abstract def remove(c: C): Unit

    Permalink
    Attributes
    protected

Concrete 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. val actualHeight: Var[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractComponent
  5. val actualWidth: Var[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractComponent
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. lazy val backgroundColor: ColorProperties

    Permalink
    Definition Classes
    AbstractComponent
  8. val children: Var[Vector[C]]

    Permalink
  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. lazy val color: ColorProperties

    Permalink
    Definition Classes
    AbstractComponent
  11. lazy val delta: Channel[Double]

    Permalink
    Definition Classes
    Updates
  12. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  14. def every(delay: FiniteDuration, until: Option[FiniteDuration] = None, allowBackgrounding: Boolean = true)(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Updates
  15. def finalize(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. lazy val id: Var[String]

    Permalink
    Definition Classes
    AbstractComponent
  19. def init(): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractComponent
  20. val innerHeight: Var[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractComponent
  21. val innerWidth: Var[Double]

    Permalink
    Attributes
    protected
    Definition Classes
    AbstractComponent
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. val layoutManager: Var[Option[Layout]]

    Permalink
  24. object margin

    Permalink
    Definition Classes
    AbstractComponent
  25. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  26. def nextFrame(f: ⇒ Unit): Unit

    Permalink
    Definition Classes
    Updates
  27. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  29. lazy val opacity: Var[Double]

    Permalink
    Definition Classes
    AbstractComponent
  30. object padding

    Permalink
    Definition Classes
    AbstractComponent
  31. lazy val parent: State[Option[AbstractComponent]]

    Permalink
    Definition Classes
    AbstractComponent
  32. object position

    Permalink
    Definition Classes
    AbstractComponent
  33. def removeFromParent(): Boolean

    Permalink
    Definition Classes
    AbstractComponent
  34. lazy val rotation: Var[Double]

    Permalink
    Definition Classes
    AbstractComponent
  35. object scale

    Permalink
    Definition Classes
    AbstractComponent
  36. object scrollbar

    Permalink
    Definition Classes
    AbstractComponent
  37. object size

    Permalink
    Definition Classes
    AbstractComponent
  38. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Permalink
    Definition Classes
    AbstractComponent → AnyRef → Any
  40. def update(delta: Double): Unit

    Permalink
    Definition Classes
    AbstractContainerUpdates
  41. lazy val visible: Var[Boolean]

    Permalink
    Definition Classes
    AbstractComponent
  42. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractComponent

Inherited from Updates

Inherited from AnyRef

Inherited from Any

Ungrouped