Class

de.sciss.mellite.impl.widget.WidgetObjView

Impl

Related Doc: package WidgetObjView

Permalink

final class Impl[S <: Sys[S]] extends WidgetObjView[S] with ObjListView[S] with objview.ObjViewImpl.Impl[S] with StringRenderer

Linear Supertypes
StringRenderer, objview.ObjViewImpl.Impl[S], ObservableImpl[S, Update[S]], ObjListView[S], WidgetObjView[S], ObjView[S], Observable[S.Tx, Update[S]], Disposable[S.Tx], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Impl
  2. StringRenderer
  3. Impl
  4. ObservableImpl
  5. ObjListView
  6. WidgetObjView
  7. ObjView
  8. Observable
  9. Disposable
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Impl(objH: Source[S.Tx, Widget[S]], value: String)

    Permalink

Type Members

  1. type Repr = Widget[S]

    Permalink
    Definition Classes
    WidgetObjView → ObjView

Value Members

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def addDisposable(d: Disposable[S.Tx]): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Impl
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. var colorOption: Option[Color]

    Permalink
    Definition Classes
    Impl → ObjView
  8. def configureListCellRenderer(label: Label): Component

    Permalink
    Definition Classes
    StringRenderer
  9. def createTransferable(): Option[Transferable]

    Permalink
    Definition Classes
    ObjView
  10. final def deferAndRepaint(body: ⇒ Unit)(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    Impl
  11. def dispose()(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    Impl → Disposable
  12. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  13. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  14. def factory: Factory

    Permalink
    Definition Classes
    Impl → ObjView
  15. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def fire(update: Update[S])(implicit tx: S.Tx): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ObservableImpl
  17. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  18. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  19. def humanName: String

    Permalink
    Definition Classes
    Impl → ObjView
  20. def icon: Icon

    Permalink
    Definition Classes
    Impl → ObjView
  21. def initAttrs(obj: Obj[S])(implicit tx: S.Tx): Impl.this.type

    Permalink
    Definition Classes
    Impl
  22. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  23. def isListCellEditable: Boolean

    Permalink
    Definition Classes
    Impl → ObjListView
  24. def isViewable: Boolean

    Permalink
    Definition Classes
    Impl → ObjView
  25. def name: String

    Permalink
    Definition Classes
    ObjView
  26. var nameOption: Option[String]

    Permalink
    Definition Classes
    Impl → ObjView
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. def obj(implicit tx: S.Tx): Repr

    Permalink
    Definition Classes
    Impl → ObjView
  31. val objH: Source[S.Tx, Widget[S]]

    Permalink
    Definition Classes
    Impl → ObjView
  32. def openView(parent: Option[Window[S]])(implicit tx: S.Tx, universe: Universe[S]): Option[Window[S]]

    Permalink
    Definition Classes
    Impl → ObjView
  33. final def react(fun: (S.Tx) ⇒ (Update[S]) ⇒ Unit)(implicit tx: S.Tx): Disposable[S.Tx]

    Permalink
    Definition Classes
    ObservableImpl → Observable
  34. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  35. def toString(): String

    Permalink
    Definition Classes
    Impl → AnyRef → Any
  36. def tryEditListCell(value: Any)(implicit tx: S.Tx, cursor: Cursor[S]): Option[UndoableEdit]

    Permalink
    Definition Classes
    Impl → ObjListView
  37. var value: String

    Permalink
    Definition Classes
    Impl → StringRenderer → ObjListView
  38. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from StringRenderer

Inherited from objview.ObjViewImpl.Impl[S]

Inherited from ObservableImpl[S, Update[S]]

Inherited from ObjListView[S]

Inherited from WidgetObjView[S]

Inherited from ObjView[S]

Inherited from Observable[S.Tx, Update[S]]

Inherited from Disposable[S.Tx]

Inherited from AnyRef

Inherited from Any

Ungrouped