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 Factory extends AnyRef

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

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

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

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

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

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

  15. 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.mellite.Action.Elem[S] }

  5. val ArtifactLocation: Factory { type E[S <: de.sciss.lucre.event.Sys[S]] = de.sciss.synth.proc.ArtifactLocation.Elem[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.mellite.Code.Elem[S] }

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

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

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

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

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

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

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

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

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

  18. def addFactory(f: Factory): Unit

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

  20. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  21. def clone(): AnyRef

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

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

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

  25. def finalize(): Unit

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped