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 getMode: Byte
    Attributes
    protected
  15. def getName(default: String): String
  16. def getName(): String
  17. def getPartialName(): String
  18. def getRefOwnersChain(): List[Any]
    Definition Classes
    OwnableRef
  19. def getScalaLocationLong: String
    Definition Classes
    ScalaLocated
  20. def getScalaLocationShort: String
    Definition Classes
    ScalaLocated
  21. def getScalaTrace(): Throwable
    Definition Classes
    ScalaLocated
  22. val globalData: GlobalData
    Definition Classes
    GlobalDataUser
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isNamed: Boolean
  26. def isPriorityApplicable(namePriority: Byte): Boolean
  27. def isUnnamed: Boolean
  28. val name: String
    Attributes
    protected
  29. val nameableRef: Nameable
    Attributes
    protected
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. val parentScope: ScopeStatement
    Definition Classes
    ContextUser
  34. val refOwner: RefOwnerType
    Definition Classes
    OwnableRef
    Annotations
    @DontName()
  35. def reflectNames(): Unit
  36. def setCompositeName(nameable: Nameable, postfix: String, namePriority: Byte): Nameable.this.type
  37. def setCompositeName(nameable: Nameable, postfix: String, weak: Boolean): Nameable.this.type
  38. def setCompositeName(nameable: Nameable, postfix: String): Nameable.this.type
  39. def setCompositeName(nameable: Nameable, namePriority: Byte): Nameable.this.type
  40. def setCompositeName(nameable: Nameable, weak: Boolean): Nameable.this.type
  41. def setCompositeName(nameable: Nameable): Nameable.this.type
  42. def setName(name: String, namePriority: Byte): Nameable.this.type
  43. def setName(name: String, weak: Boolean): Nameable.this.type
  44. def setName(name: String): Nameable.this.type
  45. def setPartialName(name: String, namePriority: Byte): Nameable.this.type
  46. def setPartialName(name: String, weak: Boolean): Nameable.this.type
  47. def setPartialName(owner: Nameable, name: String, namePriority: Byte): Nameable.this.type
  48. def setPartialName(owner: Nameable, name: String, weak: Boolean): Nameable.this.type
  49. def setPartialName(name: String): Nameable.this.type
  50. def setPartialName(owner: Nameable, name: String): Nameable.this.type
  51. def setRefOwner(that: Any): Unit
    Definition Classes
    OwnableRef
  52. def setScalaLocated(source: ScalaLocated): Nameable.this.type
    Definition Classes
    ScalaLocated
  53. def setWeakName(name: String): Nameable.this.type
  54. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  55. def toString(): String
    Definition Classes
    Nameable → AnyRef → Any
  56. def unsetName(): Nameable.this.type
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  59. 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