Object/Trait

de.sciss.nuages

Nuages

Related Docs: trait Nuages | package nuages

Permalink

object Nuages extends Type

Linear Supertypes
Type, Type, AnyRef, Any
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. All

Type Members

  1. trait Config extends ConfigLike

    Permalink
  2. trait ConfigBuilder extends ConfigLike

    Permalink
  3. sealed trait ConfigLike extends AnyRef

    Permalink
  4. trait Update[S <: Sys[S]] extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object Config

    Permalink
  5. object ConfigBuilder

    Permalink
  6. final val KeyShortcut: String("nuages-shortcut")

    Permalink

    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)

  7. final val NameCollectors: String("collectors")

    Permalink
  8. final val NameFilters: String("filters")

    Permalink
  9. final val NameGenerators: String("generators")

    Permalink
  10. final val NameMacros: String("macros")

    Permalink
  11. def apply[S <: Sys[S]]()(implicit tx: Nuages.apply.S.Tx): Nuages[S]

    Permalink
  12. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  13. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def copyGraph[S <: Sys[S]](xs: IndexedSeq[Obj[S]])(implicit tx: Nuages.copyGraph.S.Tx): IndexedSeq[Obj[S]]

    Permalink
  15. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  17. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  19. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  20. def init(): Unit

    Permalink
    Definition Classes
    Type → Type
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  24. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. def read[S <: Sys[S]](in: DataInput, access: Nuages.read.S.Acc)(implicit tx: Nuages.read.S.Tx): Nuages[S]

    Permalink
  26. def readIdentifiedObj[S <: Sys[S]](in: DataInput, access: Nuages.readIdentifiedObj.S.Acc)(implicit tx: Nuages.readIdentifiedObj.S.Tx): Obj[S]

    Permalink
    Definition Classes
    Nuages → Type → Type
  27. 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]

    Permalink
    Definition Classes
    Type → Type
  28. implicit def serializer[S <: Sys[S]]: Serializer[Nuages.serializer.S.Tx, Nuages.serializer.S.Acc, Nuages[S]]

    Permalink
  29. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  30. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  31. final val typeID: Int(65546)

    Permalink
    Definition Classes
    Nuages → Type
  32. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Type

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped