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