Packages

trait Nameable extends OwnableRef with ContextUser

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Nameable
  2. ContextUser
  3. ScalaLocated
  4. GlobalDataUser
  5. OwnableRef
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
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
    @native() @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
    Annotations
    @native()
  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. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  18. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  19. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  20. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  21. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isNamed: Boolean
  24. def isPriorityApplicable(namePriority: Byte): Boolean
  25. def isUnnamed: Boolean
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  29. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  30. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @dontName()
  31. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): Nameable.this.type
  32. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): Nameable.this.type
  33. def setCompositeName(nameable: Nameable, postfix: String): Nameable.this.type
  34. def setCompositeName(nameable: Nameable, namePriority: Byte): Nameable.this.type
  35. def setCompositeName(nameable: Nameable, weak: Boolean): Nameable.this.type
  36. def setCompositeName(nameable: Nameable): Nameable.this.type
  37. def setName(name: String, namePriority: Byte): Nameable.this.type
  38. def setName(name: String, weak: Boolean): Nameable.this.type
  39. def setName(name: String): Nameable.this.type
  40. def setPartialName(name: String, namePriority: Byte): Nameable.this.type
  41. def setPartialName(name: String, weak: Boolean): Nameable.this.type
  42. def setPartialName(owner: Nameable, name: String, namePriority: Byte): Nameable.this.type
  43. def setPartialName(owner: Nameable, name: String, weak: Boolean): Nameable.this.type
  44. def setPartialName(name: String): Nameable.this.type
  45. def setPartialName(owner: Nameable, name: String): Nameable.this.type
  46. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  47. def setScalaLocated(source: ScalaLocated): Nameable.this.type
    Definition Classes
    ScalaLocated
  48. def setWeakName(name: String): Nameable.this.type
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def toString(): String
    Definition Classes
    Nameable → AnyRef → Any
  51. def unsetName(): Nameable.this.type
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )

Inherited from ContextUser

Inherited from ScalaLocated

Inherited from GlobalDataUser

Inherited from OwnableRef

Inherited from AnyRef

Inherited from Any

Ungrouped