object Nuages extends Type
- Alphabetic
- By Inheritance
- Nuages
- Type
- Type
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- trait Config extends ConfigLike
- trait ConfigBuilder extends ConfigLike
- sealed trait ConfigLike extends AnyRef
- sealed trait Surface[T <: Txn[T]] extends Disposable[T] with Writable
- trait Update[T <: Txn[T]] extends AnyRef
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final val CategoryNames: List[String]
- final val NameCollectors: String("collectors")
- final val NameFilters: String("filters")
- final val NameGenerators: String("generators")
- final val NameMacros: String("macros")
- def apply[T <: Txn[T]](surface: Surface[T])(implicit tx: T): Nuages[T]
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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. - 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. - final val attrRecLoc: String("nuages-rec-loc")
Convenience key for storing
ArtifactLocation
of base directory for recording live snippets. - 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 byKeyStroke.getKeyStroke
- See also
javax.swing.KeyStroke#getKeyStroke(String)
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def copyGraph[T <: Txn[T]](xs: IndexedSeq[Obj[T]])(implicit tx: T): IndexedSeq[Obj[T]]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- 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 (seeattrDispose
). - def folder[T <: Txn[T]](implicit tx: T): Nuages[T]
- implicit def format[T <: Txn[T]]: TFormat[T, Nuages[T]]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def init(): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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. - final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def read[T <: Txn[T]](in: DataInput)(implicit tx: T): Nuages[T]
- def readIdentifiedObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
- final def readObj[T <: Txn[T]](in: DataInput)(implicit tx: T): Obj[T]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def timeline[T <: Txn[T]](implicit tx: T): Nuages[T]
- def toString(): String
- Definition Classes
- AnyRef → Any
- final val typeId: Int(65546)
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- object Config
- object ConfigBuilder
- object Surface
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated