spinal.core

Nameable

Related Docs: object Nameable | package core

trait Nameable extends OwnableRef with ContextUser

Linear Supertypes
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Nameable
  2. ContextUser
  3. GlobalDataUser
  4. OwnableRef
  5. AnyRef
  6. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract type RefOwnerType

    Definition Classes
    OwnableRef

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. def component: Component

    Definition Classes
    ContextUser
  7. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def foreachReflectableNameables(doThat: (Any) ⇒ Unit): Unit

  11. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  12. def getDisplayName(): String

  13. def getInstanceCounter: Int

    Definition Classes
    ContextUser
  14. def getName(default: String): String

  15. def getName(): String

  16. def getRefOwnersChain(): List[Any]

    Definition Classes
    OwnableRef
  17. val globalData: GlobalData

    Definition Classes
    GlobalDataUser
  18. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  19. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  20. def isNamed: Boolean

  21. def isUnnamed: Boolean

  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. var parentScope: ScopeStatement

    Definition Classes
    ContextUser
  26. var refOwner: RefOwnerType

    Definition Classes
    OwnableRef
  27. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): Nameable.this.type

  28. def setCompositeName(nameable: Nameable, postfix: String): Nameable.this.type

  29. def setCompositeName(nameable: Nameable, weak: Boolean): Nameable.this.type

  30. def setCompositeName(nameable: Nameable): Nameable.this.type

  31. def setName(name: String, weak: Boolean = false): Nameable.this.type

  32. def setPartialName(name: String, weak: Boolean): Nameable.this.type

  33. def setPartialName(owner: Nameable, name: String, weak: Boolean): Nameable.this.type

  34. def setPartialName(name: String): Nameable.this.type

  35. def setPartialName(owner: Nameable, name: String): Nameable.this.type

  36. def setRefOwner(that: Any): Unit

    Definition Classes
    OwnableRef
  37. def setWeakName(name: String): Nameable.this.type

  38. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  39. def toString(): String

    Definition Classes
    Nameable → AnyRef → Any
  40. def unsetName(): Nameable.this.type

  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ContextUser

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped