Packages

object Nuages extends Type

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Nuages
  2. Type
  3. Type
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. trait Config extends ConfigLike
  2. trait ConfigBuilder extends ConfigLike
  3. sealed trait ConfigLike extends AnyRef
  4. sealed trait Surface[T <: Txn[T]] extends Disposable[T] with Writable
  5. trait Update[T <: Txn[T]] extends AnyRef

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 val CategoryNames: List[String]
  5. final val NameCollectors: String("collectors")
  6. final val NameFilters: String("filters")
  7. final val NameGenerators: String("generators")
  8. final val NameMacros: String("macros")
  9. def apply[T <: Txn[T]](surface: Surface[T])(implicit tx: T): Nuages[T]
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. final val attrDispose: String("nuages-dispose")

    Attribute key for placing a clean-up Action with a sound process.

    Attribute key for placing a clean-up Action with a sound process. This is invoked when a process is deleted by the user within Wolkenpumpe.

  12. final val attrPrepare: String("nuages-prepare")

    Attribute key for placing a preparatory Action with a sound process.

    Attribute key for placing a preparatory Action with a sound process. This is invoked when a new process is created by the user within Wolkenpumpe.

  13. final val attrRecLoc: String("nuages-rec-loc")

    Convenience key for storing ArtifactLocation of base directory for recording live snippets.

  14. final val attrShortcut: String("nuages-shortcut")

    Attribute key for placing a key short cut.

    Attribute key for placing a key short cut. The value is supposed to be a String adhering to the format expected by KeyStroke.getKeyStroke

    See also

    javax.swing.KeyStroke#getKeyStroke(String)

  15. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  16. def copyGraph[T <: Txn[T]](xs: IndexedSeq[Obj[T]])(implicit tx: T): IndexedSeq[Obj[T]]
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. def find[T <: Txn[T]]()(implicit tx: T): Option[Nuages[T]]

    Find current instance, provided during particular actions such as prepare (see attrPrepare) and dispose (see attrDispose).

  20. def folder[T <: Txn[T]](implicit tx: T): Nuages[T]
  21. implicit def format[T <: Txn[T]]: TFormat[T, Nuages[T]]
  22. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def init(): Unit
    Definition Classes
    TypeType
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def mkCategoryFolders[T <: Txn[T]](n: Nuages[T])(implicit tx: T): Unit

    Looks for all of CategoryNames and creates top-level folders of that name, if they do not exist yet.

  27. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  28. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. def read[T <: Txn[T]](in: DataInput)(implicit tx: T): Nuages[T]
  31. def readIdentifiedObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
    Definition Classes
    NuagesTypeType
  32. final def readObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
    Definition Classes
    TypeType
  33. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  34. def timeline[T <: Txn[T]](implicit tx: T): Nuages[T]
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. final val typeId: Int(65546)
    Definition Classes
    NuagesType
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. object Config
  41. object ConfigBuilder
  42. object Surface

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Type

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped