de.sciss.mellite.gui

ObjView

object ObjView

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ObjView
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait Action[S <: Sys[S]] extends ObjView[S]

  2. trait ArtifactLocation[S <: Sys[S]] extends ObjView[S]

  3. trait AudioGrapheme[S <: Sys[S]] extends ObjView[S]

  4. trait Boolean[S <: Sys[S]] extends ObjView[S]

  5. trait Code[S <: Sys[S]] extends ObjView[S]

  6. trait Double[S <: Sys[S]] extends ObjView[S]

  7. final case class Drag[S <: Sys[S]](workspace: Workspace[S], view: ObjView[S]) extends Product with Serializable

  8. trait Ensemble[S <: Sys[S]] extends ObjView[S]

  9. trait Factory extends AnyRef

  10. trait FadeSpec[S <: Sys[S]] extends ObjView[S]

  11. trait Folder[S <: Sys[S]] extends ObjView[S]

  12. trait Int[S <: Sys[S]] extends ObjView[S]

  13. trait Long[S <: Sys[S]] extends ObjView[S]

  14. trait Proc[S <: Sys[S]] extends ObjView[S]

  15. trait Recursion[S <: Sys[S]] extends ObjView[S]

  16. trait String[S <: Sys[S]] extends ObjView[S]

  17. trait Timeline[S <: Sys[S]] extends ObjView[S]

Value Members

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

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

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

    Definition Classes
    AnyRef → Any
  4. val Action: Factory { type E[S <: de.sciss.lucre.event.Sys[S]] = de.sciss.synth.proc.Action.Elem[S] }

  5. val ArtifactLocation: Factory { type E[S <: de.sciss.lucre.event.Sys[S]] = de.sciss.synth.proc.ArtifactLocationElem[S] }

  6. val AudioGrapheme: Factory { type E[S <: de.sciss.lucre.event.Sys[S]] = de.sciss.synth.proc.AudioGraphemeElem[S] }

  7. val Boolean: Factory { type E[S <: de.sciss.lucre.event.Sys[S]] = de.sciss.synth.proc.BooleanElem[S] }

  8. val Code: Factory { type E[S <: de.sciss.lucre.event.Sys[S]] = de.sciss.synth.proc.Code.Elem[S] }

  9. val Double: Factory { type E[S <: de.sciss.lucre.event.Sys[S]] = de.sciss.synth.proc.DoubleElem[S] }

  10. val Ensemble: Factory { type E[S <: de.sciss.lucre.event.Sys[S]] = de.sciss.synth.proc.Ensemble.Elem[S] }

  11. val FadeSpec: Factory { type E[S <: de.sciss.lucre.event.Sys[S]] = de.sciss.synth.proc.FadeSpec.Elem[S] }

  12. val Flavor: Flavor[Drag[_]]

  13. val Folder: Factory { type E[S <: de.sciss.lucre.event.Sys[S]] = de.sciss.synth.proc.FolderElem[S] }

  14. val Int: Factory { type E[S <: de.sciss.lucre.event.Sys[S]] = de.sciss.synth.proc.IntElem[S] }

  15. val Long: Factory { type E[S <: de.sciss.lucre.event.Sys[S]] = de.sciss.synth.proc.LongElem[S] }

  16. val Proc: Factory { type E[S <: de.sciss.lucre.event.Sys[S]] = de.sciss.synth.proc.Proc.Elem[S] }

  17. val Recursion: Factory { type E[S <: de.sciss.lucre.event.Sys[S]] = de.sciss.mellite.Recursion.Elem[S] }

  18. val String: Factory { type E[S <: de.sciss.lucre.event.Sys[S]] = de.sciss.synth.proc.StringElem[S] }

  19. val Timeline: Factory { type E[S <: de.sciss.lucre.event.Sys[S]] = de.sciss.synth.proc.Timeline.Elem[S] }

  20. def addFactory(f: Factory): Unit

  21. def apply[S <: Sys[S]](obj: Obj[S])(implicit tx: ObjView.apply.S.Tx): ObjView[S]

  22. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  23. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def eq(arg0: AnyRef): scala.Boolean

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

    Definition Classes
    AnyRef → Any
  26. def factories: Iterable[Factory]

  27. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  30. final def isInstanceOf[T0]: scala.Boolean

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

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

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

    Definition Classes
    AnyRef
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  35. def toString(): java.lang.String

    Definition Classes
    AnyRef → Any
  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped