Class

de.sciss.mellite.gui.impl.proc

ProcObjTimelineViewImpl

Related Doc: package proc

Permalink

final class ProcObjTimelineViewImpl[S <: Sys[S]] extends ProcObjViewImpl[S] with HasGainImpl[S] with HasMuteImpl[S] with HasFadeImpl[S] with Timeline[S]

Self Type
ProcObjTimelineViewImpl[S]
Linear Supertypes
Timeline[S], HasFadeImpl[S], HasFade, HasMuteImpl[S], HasMute, HasGainImpl[S], HasGain, TimelineObjViewBasicImpl[S], TimelineObjView[S], ProcObjViewImpl[S], ProcObjView[S], NonEditable[S], EmptyRenderer[S], Impl[S], ObservableImpl[S, Update[S]], ListObjView[S], ObjView[S], Observable[S.Tx, Update[S]], Disposable[S.Tx], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ProcObjTimelineViewImpl
  2. Timeline
  3. HasFadeImpl
  4. HasFade
  5. HasMuteImpl
  6. HasMute
  7. HasGainImpl
  8. HasGain
  9. TimelineObjViewBasicImpl
  10. TimelineObjView
  11. ProcObjViewImpl
  12. ProcObjView
  13. NonEditable
  14. EmptyRenderer
  15. Impl
  16. ObservableImpl
  17. ListObjView
  18. ObjView
  19. Observable
  20. Disposable
  21. AnyRef
  22. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ProcObjTimelineViewImpl(objH: Source[S.Tx, Proc[S]], busOption: Option[Int], context: Context[S])

    Permalink

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. def addTarget(tgt: LinkTarget[S])(implicit tx: TxnLike): Unit

    Permalink
    Definition Classes
    ProcObjTimelineViewImplTimeline
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. var busOption: Option[Int]

    Permalink
    Definition Classes
    ProcObjTimelineViewImplTimeline
  7. def clone(): AnyRef

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

    Permalink
    Definition Classes
    ImplObjView
  9. def configureRenderer(label: Label): Component

    Permalink
    Definition Classes
    EmptyRenderer
  10. val context: Context[S]

    Permalink
    Definition Classes
    ProcObjTimelineViewImplTimeline
  11. def debugString: String

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

    Permalink
    Attributes
    protected
    Definition Classes
    Impl
  13. var disposables: List[Disposable[S.Tx]]

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

    Permalink
    Definition Classes
    ProcObjTimelineViewImplImpl → Disposable
  15. final def eq(arg0: AnyRef): Boolean

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. final def factory: Factory

    Permalink
    Definition Classes
    ProcObjViewImplObjView
  18. var fadeIn: FadeSpec

    Permalink
    Definition Classes
    HasFadeImplHasFade
  19. var fadeOut: FadeSpec

    Permalink
    Definition Classes
    HasFadeImplHasFade
  20. def finalize(): Unit

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

    Permalink
    Attributes
    protected
    Definition Classes
    ObservableImpl
  22. def fireRepaint()(implicit tx: S.Tx): Unit

    Permalink
    Definition Classes
    ProcObjTimelineViewImplTimeline
  23. var gain: Double

    Permalink
    Definition Classes
    HasGainImplHasGain
  24. final def getClass(): Class[_]

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

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

    Permalink

    Forwards to factory.

    Forwards to factory.

    Definition Classes
    ImplObjView
  27. def icon: Icon

    Permalink

    Forwards to factory.

    Forwards to factory.

    Definition Classes
    ImplObjView
  28. def id(implicit tx: S.Tx): S.Id

    Permalink
  29. var idH: Source[S.Tx, S.Id]

    Permalink
    Attributes
    protected
    Definition Classes
    TimelineObjViewBasicImpl
  30. def init(id: S.Id, span: SpanLikeObj[S], obj: Proc[S])(implicit tx: S.Tx): ProcObjTimelineViewImpl.this.type

    Permalink
  31. def initAttrs(id: S.Id, span: SpanLikeObj[S], obj: Obj[S])(implicit tx: S.Tx): ProcObjTimelineViewImpl.this.type

    Permalink
    Definition Classes
    HasFadeImplTimelineObjViewBasicImpl
  32. def initAttrs(obj: Obj[S])(implicit tx: S.Tx): ProcObjTimelineViewImpl.this.type

    Permalink

    Sets name and color.

    Sets name and color.

    Definition Classes
    Impl
  33. def isEditable: Boolean

    Permalink

    Whether the opaque value part of the view can be edited in-place (inside the table itself).

    Whether the opaque value part of the view can be edited in-place (inside the table itself).

    Definition Classes
    NonEditableListObjView
  34. def isGlobal: Boolean

    Permalink

    Convenience check for span == Span.All

    Convenience check for span == Span.All

    Definition Classes
    ProcObjTimelineViewImplTimeline
  35. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  36. final def isViewable: Boolean

    Permalink

    Whether a dedicated view/editor window exists for this type of object.

    Whether a dedicated view/editor window exists for this type of object.

    Definition Classes
    ProcObjViewImplObjView
  37. var muted: Boolean

    Permalink
    Definition Classes
    HasMuteImplHasMute
  38. def name: String

    Permalink

    Convenience method that returns an "unnamed" string if no name is set.

    Convenience method that returns an "unnamed" string if no name is set.

    Definition Classes
    ProcObjTimelineViewImplObjView
  39. var nameOption: Option[String]

    Permalink

    The contents of the "name" attribute of the object.

    The contents of the "name" attribute of the object. This is directly set by the table tree view. The object view itself must only make sure that an initial value is provided.

    Definition Classes
    ImplObjView
  40. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  43. def obj(implicit tx: S.Tx): Proc[S]

    Permalink

    The view must store a handle to its underlying model.

    The view must store a handle to its underlying model.

    Definition Classes
    ProcObjViewImplProcObjViewImplObjView
  44. val objH: Source[S.Tx, Proc[S]]

    Permalink
    Definition Classes
    ProcObjTimelineViewImplProcObjViewImplObjView
  45. final def openView(parent: Option[Window[S]])(implicit tx: S.Tx, universe: Universe[S]): Option[Window[S]]

    Permalink

    If the object is viewable, this method is invoked when the user pressed the eye button.

    If the object is viewable, this method is invoked when the user pressed the eye button. The method should return an appropriate view for this object, or None if no editor or viewer window can be produced.

    Definition Classes
    ProcObjViewImplObjView
  46. var pStart: Long

    Permalink
    Definition Classes
    TimelineObjViewBasicImpl
  47. var pStop: Long

    Permalink
    Definition Classes
    TimelineObjViewBasicImpl
  48. def paintBack(g: Graphics2D, tlv: TimelineView[S], r: TimelineRendering): Unit

    Permalink
  49. def paintFront(g: Graphics2D, tlv: TimelineView[S], r: TimelineRendering): Unit

    Permalink
  50. def paintInner(g: Graphics2D, tlv: TimelineView[S], r: TimelineRendering, selected: Boolean): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    ProcObjTimelineViewImplTimelineObjViewBasicImpl
  51. var ph: Int

    Permalink
    Definition Classes
    TimelineObjViewBasicImpl
  52. var phi: Int

    Permalink

    Inner (after title bar)

    Inner (after title bar)

    Attributes
    protected
    Definition Classes
    TimelineObjViewBasicImpl
  53. var pw: Int

    Permalink
    Definition Classes
    TimelineObjViewBasicImpl
  54. var px: Int

    Permalink

    These are updated by paintBack and will thus be valid in paintFront as well.

    These are updated by paintBack and will thus be valid in paintFront as well.

    Definition Classes
    TimelineObjViewBasicImpl
  55. var px1c: Int

    Permalink

    Clipped left

    Clipped left

    Attributes
    protected
    Definition Classes
    TimelineObjViewBasicImpl
  56. var px2c: Int

    Permalink

    Clipped right

    Clipped right

    Attributes
    protected
    Definition Classes
    TimelineObjViewBasicImpl
  57. var py: Int

    Permalink
    Definition Classes
    TimelineObjViewBasicImpl
  58. var pyi: Int

    Permalink

    Inner (after title bar)

    Inner (after title bar)

    Attributes
    protected
    Definition Classes
    TimelineObjViewBasicImpl
  59. final def react(fun: (S.Tx) ⇒ (Update[S]) ⇒ Unit)(implicit tx: S.Tx): Disposable[S.Tx]

    Permalink
    Definition Classes
    ObservableImpl → Observable
  60. def removeTarget(tgt: LinkTarget[S])(implicit tx: TxnLike): Unit

    Permalink
    Definition Classes
    ProcObjTimelineViewImplTimeline
  61. def span(implicit tx: S.Tx): SpanLikeObj[S]

    Permalink
  62. var spanH: Source[S.Tx, SpanLikeObj[S]]

    Permalink
  63. var spanValue: SpanLike

    Permalink
  64. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  65. def targets(implicit tx: TxnLike): Set[LinkTarget[S]]

    Permalink
    Definition Classes
    ProcObjTimelineViewImplTimeline
  66. def toString(): String

    Permalink
    Definition Classes
    ProcObjTimelineViewImplImpl → AnyRef → Any
  67. var trackHeight: Int

    Permalink
  68. var trackIndex: Int

    Permalink
  69. def tryEdit(value: Any)(implicit tx: S.Tx, cursor: Cursor[S]): Option[UndoableEdit]

    Permalink

    Given that the view is editable, this method is called when the editor gave notification about the editing being done.

    Given that the view is editable, this method is called when the editor gave notification about the editing being done. It is then the duty of the view to issue a corresponding transactional mutation, returned in an undoable edit. Views that do not support editing should just return None.

    Definition Classes
    NonEditableListObjView
  70. def value: Any

    Permalink
    Definition Classes
    EmptyRenderer
  71. final def wait(): Unit

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

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

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

Inherited from Timeline[S]

Inherited from HasFadeImpl[S]

Inherited from HasFade

Inherited from HasMuteImpl[S]

Inherited from HasMute

Inherited from HasGainImpl[S]

Inherited from HasGain

Inherited from TimelineObjViewBasicImpl[S]

Inherited from TimelineObjView[S]

Inherited from ProcObjViewImpl[S]

Inherited from ProcObjView[S]

Inherited from NonEditable[S]

Inherited from EmptyRenderer[S]

Inherited from Impl[S]

Inherited from ObservableImpl[S, Update[S]]

Inherited from ListObjView[S]

Inherited from ObjView[S]

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

Inherited from Disposable[S.Tx]

Inherited from AnyRef

Inherited from Any

Ungrouped