object RetrievalObjView extends Factory
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RetrievalObjView
- Factory
- Factory
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type Config[T <: Txn[T]] = PrimitiveConfig[URI]
- Definition Classes
- RetrievalObjView → Factory
- type E[~ <: Txn[~]] = Retrieval[~]
- Definition Classes
- RetrievalObjView → Factory
- type MakeResult[T <: Txn[T]] = Try[Config[T]]
- Definition Classes
- Factory
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def canMakeObj: Boolean
- Definition Classes
- RetrievalObjView → Factory
- def category: String
- Definition Classes
- RetrievalObjView → Factory
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def collectLegal[T <: Txn[T]](root: Obj[T])(implicit tx: T): Map[License, Map[String, Set[Sound]]]
Collects licensing information across objects, beginning at a root object.
Collects licensing information across objects, beginning at a root object.
- root
the root object. The method will try to traverse it, e.g. in the case of folder, ensemble, and timeline.
- returns
a map from license to a map from user-names to sounds, published under that license
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def formatLegal[T <: Txn[T]](rootName: String, map: Map[License, Map[String, Set[Sound]]])(implicit tx: T): proc.Markdown.Var[T]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def humanName: String
- Definition Classes
- RetrievalObjView → Factory
- val icon: Icon
- Definition Classes
- RetrievalObjView → Factory
- def initMakeCmdLine[T <: Txn[T]](args: List[String])(implicit universe: Universe[T]): MakeResult[T]
- Definition Classes
- RetrievalObjView → Factory
- def initMakeDialog[T <: Txn[T]](window: Option[Window])(done: (MakeResult[T]) => Unit)(implicit universe: Universe[T]): Unit
- Definition Classes
- RetrievalObjView → Factory
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def makeObj[T <: Txn[T]](c: Config[T])(implicit tx: T): List[Obj[T]]
- Definition Classes
- RetrievalObjView → Factory
- def mkListView[T <: Txn[T]](obj: Retrieval[T])(implicit tx: T): RetrievalObjView[T] with ObjListView[T]
- Definition Classes
- RetrievalObjView → Factory
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- val prefix: String
- Definition Classes
- RetrievalObjView → Factory
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tpe: Type
- Definition Classes
- RetrievalObjView → Factory
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated