object Nuages extends Type
- Alphabetic
- By Inheritance
- Nuages
- Type
- Type
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- trait Config extends ConfigLike
- trait ConfigBuilder extends ConfigLike
- sealed trait ConfigLike extends AnyRef
- sealed trait Surface[S <: Sys[S]] extends Disposable[Nuages.Surface.S.Tx] with Writable
- trait Update[S <: Sys[S]] 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[S <: Sys[S]](surface: Surface[S])(implicit tx: Nuages.apply.S.Tx): Nuages[S]
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
final
val
attrDispose: String("nuages-dispose")
Attribute key for placing a clean-up
Actionwith a sound process.Attribute key for placing a clean-up
Actionwith 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
Actionwith a sound process.Attribute key for placing a preparatory
Actionwith 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
ArtifactLocationof 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
Stringadhering to the format expected byKeyStroke.getKeyStroke- See also
javax.swing.KeyStroke#getKeyStroke(String)
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def copyGraph[S <: Sys[S]](xs: IndexedSeq[Obj[S]])(implicit tx: Nuages.copyGraph.S.Tx): IndexedSeq[Obj[S]]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
find[S <: Sys[S]]()(implicit tx: Nuages.find.S.Tx): Option[Nuages[S]]
Find current instance, provided during particular actions such as prepare (see
attrPrepare) and dispose (seeattrDispose). - def folder[S <: Sys[S]](implicit tx: Nuages.folder.S.Tx): Nuages[S]
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def init(): Unit
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mkCategoryFolders[S <: Sys[S]](n: Nuages[S])(implicit tx: Nuages.mkCategoryFolders.S.Tx): Unit
Looks for all of
CategoryNamesand 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()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def read[S <: Sys[S]](in: DataInput, access: Nuages.read.S.Acc)(implicit tx: Nuages.read.S.Tx): Nuages[S]
- def readIdentifiedObj[S <: Sys[S]](in: DataInput, access: Nuages.readIdentifiedObj.S.Acc)(implicit tx: Nuages.readIdentifiedObj.S.Tx): Obj[S]
- final def readObj[S <: Sys[S]](in: DataInput, access: lucre.stm.Obj.Type.readObj.S.Acc)(implicit tx: lucre.stm.Obj.Type.readObj.S.Tx): Obj[S]
- implicit def serializer[S <: Sys[S]]: Serializer[Nuages.serializer.S.Tx, Nuages.serializer.S.Acc, Nuages[S]]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def timeline[S <: Sys[S]](implicit tx: Nuages.timeline.S.Tx): Nuages[S]
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- final val typeId: Int(65546)
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object Config
- object ConfigBuilder
- object Surface