org.powerscala.hierarchy

StaticContainer

class StaticContainer[T] extends AbstractMutableContainer[T] with MutableContainer[T] with ExtendedDelayedInit

StaticContainer expects all children to be defined within the class itself and uses Reflection to add the children to the container.

Linear Supertypes
ExtendedDelayedInit, DelayedInit, MutableContainer[T], AbstractMutableContainer[T], Container[T], Listenable, ParentLike[T], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. StaticContainer
  2. ExtendedDelayedInit
  3. DelayedInit
  4. MutableContainer
  5. AbstractMutableContainer
  6. Container
  7. Listenable
  8. ParentLike
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new StaticContainer()(implicit manifest: Manifest[T])

Type Members

  1. class VisibleContents extends Seq[T]

    Represents the children of this container.

    Represents the children of this container.

    Definition Classes
    MutableContainer

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 addChild(child: T): Unit

    Attributes
    protected
    Definition Classes
    AbstractMutableContainer
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. val buffer: ListBuffer[T]

    Attributes
    protected
    Definition Classes
    AbstractMutableContainer
  7. val childAdded: ChildAddedProcessor

    Definition Classes
    Container
  8. val childRemoved: ChildRemovedProcessor

    Definition Classes
    Container
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. val contents: VisibleContents

    The children associated to this Container.

    The children associated to this Container.

    Definition Classes
    MutableContainerAbstractMutableContainerContainer
  11. final def delayedInit(x: ⇒ Unit): Unit

    Definition Classes
    ExtendedDelayedInit → DelayedInit
  12. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  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. def hierarchicalChildren: Seq[T]

    Attributes
    protected
    Definition Classes
    ContainerParentLike
  18. def insertChildren(index: Int, children: T*): Unit

    Attributes
    protected
    Definition Classes
    AbstractMutableContainer
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def listen[Event, Response, Result](name: String, priority: Priority, modes: ListenMode*)(f: (Event) ⇒ Response)(implicit eventManifest: Manifest[Event]): FunctionalListener[Event, Response]

    Definition Classes
    Listenable
  21. val listeners: Listeners

    Definition Classes
    Listenable
  22. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  25. def postInit(): Unit

    Definition Classes
    StaticContainer → ExtendedDelayedInit
  26. def preInit(): Unit

    Attributes
    protected
    Definition Classes
    ExtendedDelayedInit
  27. final def removeAll(): Unit

    Attributes
    protected
    Definition Classes
    AbstractMutableContainer
    Annotations
    @tailrec()
  28. def removeChild(child: T): Unit

    Attributes
    protected
    Definition Classes
    AbstractMutableContainer
  29. def removeFirst(): Boolean

    Attributes
    protected
    Definition Classes
    AbstractMutableContainer
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. implicit val thisListenable: Listenable

    Definition Classes
    Listenable
  32. def toString(): String

    Definition Classes
    AnyRef → Any
  33. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ExtendedDelayedInit

Inherited from DelayedInit

Inherited from MutableContainer[T]

Inherited from AbstractMutableContainer[T]

Inherited from Container[T]

Inherited from Listenable

Inherited from ParentLike[T]

Inherited from AnyRef

Inherited from Any

Ungrouped