de.sciss.mellite.gui.impl.tracktool

PatchImpl

final class PatchImpl[S <: Sys[S]] extends RegionImpl[S, Patch[S]] with Dragging[S, Patch[S]]

Linear Supertypes
Dragging[S, Patch[S]], RegionImpl[S, Patch[S]], RegionLike[S, Patch[S]], ModelImpl[Update[Patch[S]]], TrackTool[S, Patch[S]], Model[Update[Patch[S]]], AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. PatchImpl
  2. Dragging
  3. RegionImpl
  4. RegionLike
  5. ModelImpl
  6. TrackTool
  7. Model
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new PatchImpl(canvas: TimelineProcCanvas[S])

Type Members

  1. class Drag extends MouseInputAdapter with KeyListener

    Attributes
    protected
    Definition Classes
    Dragging
  2. type Initial = ProcView[S]

    Attributes
    protected
    Definition Classes
    PatchImplDragging

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def addListener(pf: model.Model.Listener[Update[Patch[S]]]): pf.type

    Definition Classes
    ModelImpl → Model
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. val canvas: TimelineProcCanvas[S]

    Attributes
    protected
    Definition Classes
    PatchImplRegionLike
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def commit(drag: Patch[S])(implicit tx: S.Tx): Unit

    Definition Classes
    RegionImplTrackTool
  11. def commitObj(drag: Patch[S])(span: Expr[S, SpanLike], out: Obj[S])(implicit tx: S.Tx): Unit

    Attributes
    protected
    Definition Classes
    PatchImplRegionImpl
  12. final var currentParam: Option[Patch[S]]

    Attributes
    protected
    Definition Classes
    Dragging
  13. def defaultCursor: Cursor

    Definition Classes
    PatchImplTrackTool
  14. final def dispatch(update: Update[Patch[S]]): Unit

    Attributes
    protected
    Definition Classes
    ModelImpl
  15. final def dragAdjust(d: Drag): Unit

    Attributes
    protected
    Definition Classes
    Dragging
  16. final def dragBegin(d: Drag): Unit

    Attributes
    protected
    Definition Classes
    Dragging
  17. final def dragCancel(d: Drag): Unit

    Attributes
    protected
    Definition Classes
    Dragging
  18. final def dragEnd(): Unit

    Attributes
    protected
    Definition Classes
    Dragging
  19. def dragStarted(d: Drag): Boolean

    Attributes
    protected
    Definition Classes
    Dragging
  20. def dragToParam(d: Drag): Patch[S]

    Attributes
    protected
    Definition Classes
    PatchImplDragging
  21. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit

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

    Definition Classes
    AnyRef → Any
  25. final def handleMouseSelection(e: MouseEvent, regionOpt: Option[TimelineObjView[S]]): Unit

    Applies standard mouse selection techniques regarding regions.

    Applies standard mouse selection techniques regarding regions.

    Attributes
    protected
    Definition Classes
    RegionLike
  26. def handlePress(e: MouseEvent, hitTrack: Int, pos: Long, regionOpt: Option[TimelineObjView[S]]): Unit

    Attributes
    protected
    Definition Classes
    RegionImplRegionLike
  27. def handleSelect(e: MouseEvent, hitTrack: Int, pos: Long, region: TimelineObjView[S]): Unit

    Attributes
    protected
    Definition Classes
    PatchImplRegionImpl
  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. val icon: PaddedIcon

    Definition Classes
    PatchImplTrackTool
  30. final def install(component: Component): Unit

    Definition Classes
    RegionLikeTrackTool
  31. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  32. val name: String

    Definition Classes
    PatchImplTrackTool
  33. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  36. def releaseListeners(): Unit

    Attributes
    protected
    Definition Classes
    ModelImpl
  37. def removeListener(pf: model.Model.Listener[Update[Patch[S]]]): Unit

    Definition Classes
    ModelImpl → Model
  38. def startListening(): Unit

    Attributes
    protected
    Definition Classes
    ModelImpl
  39. def stopListening(): Unit

    Attributes
    protected
    Definition Classes
    ModelImpl
  40. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. final def uninstall(component: Component): Unit

    Definition Classes
    RegionLikeTrackTool
  43. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Dragging[S, Patch[S]]

Inherited from RegionImpl[S, Patch[S]]

Inherited from RegionLike[S, Patch[S]]

Inherited from ModelImpl[Update[Patch[S]]]

Inherited from TrackTool[S, Patch[S]]

Inherited from Model[Update[Patch[S]]]

Inherited from AnyRef

Inherited from Any

Ungrouped