AudioFileOutExpandedImpl

final
class AudioFileOutExpandedImpl[T <: Txn[T]](val peer: AudioFileOut) extends View[T] with ComponentHolder[Peer] with ComponentExpandedImpl[T]
trait ComponentExpandedImpl[T]
trait IControl[T]
trait Form[T]
trait ComponentHolder[Peer]
trait View[T]
trait Disposable[T]
class Object
trait Matchable
class Any

Type members

Types

type C = Peer

Value members

Concrete methods

override
def initComponent()(implicit tx: T, ctx: Context[T]): AudioFileOutExpandedImpl[T]
Definition Classes
ComponentExpandedImpl

Inherited methods

final
Inherited from
ComponentHolder
final protected
def component_=(c: Peer): Unit
Inherited from
ComponentHolder
def dispose()(implicit tx: T): Unit
Inherited from
ComponentExpandedImpl
def initControl()(implicit tx: T): Unit
Inherited from
ComponentExpandedImpl
final protected
def initProperty[A](key: String, default: A)(set: A => Unit)(implicit tx: T, ctx: Context[T]): Unit
Inherited from
ComponentExpandedImpl