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: AnyRef): scala.Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  22. def addFactory(f: Factory): Unit

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

  24. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  25. def clone(): AnyRef

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

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

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

  29. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped