de.sciss.nuages

Nuages

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
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Config extends ConfigLike

  2. trait ConfigBuilder extends ConfigLike

  3. sealed trait ConfigLike extends AnyRef

  4. sealed trait Surface[S <: Sys[S]] extends Disposable[Nuages.Surface.S.Tx] with Writable

  5. trait Update[S <: Sys[S]] extends AnyRef

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. object Config

  7. object ConfigBuilder

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

  9. final val NameFilters: String("filters")

  10. final val NameGenerators: String("generators")

  11. final val NameMacros: String("macros")

  12. object Surface

  13. def apply[S <: Sys[S]](surface: Surface[S])(implicit tx: Nuages.apply.S.Tx): Nuages[S]

  14. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  15. 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)

  16. def clone(): AnyRef

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

  18. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. def folder[S <: Sys[S]](implicit tx: Nuages.folder.S.Tx): Nuages[S]

  22. final def getClass(): Class[_]

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

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

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

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

    Definition Classes
    AnyRef
  27. final def notify(): Unit

    Definition Classes
    AnyRef
  28. final def notifyAll(): Unit

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

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

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

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

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

    Definition Classes
    AnyRef
  34. def timeline[S <: Sys[S]](implicit tx: Nuages.timeline.S.Tx): Nuages[S]

  35. def toString(): String

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Type

Inherited from Type

Inherited from AnyRef

Inherited from Any

Ungrouped