Packages

class ActionBounce[T <: Txn[T]] extends Action

Linear Supertypes
Action, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ActionBounce
  2. Action
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ActionBounce(view: UniverseView[T] with Editable[T], objH: Source[T, Obj[T]], storeSettings: Boolean = true, hasRealtimeOption: Boolean = false)

Type Members

  1. type SpanPresets = Seq[SpanPreset]
    Attributes
    protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def accelerator: Option[KeyStroke]
    Definition Classes
    Action
  5. def accelerator_=(k: Option[KeyStroke]): Unit
    Definition Classes
    Action
  6. def apply(): Unit
    Definition Classes
    ActionBounce → Action
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. def defaultChannels(implicit tx: T): IndexedSeq[Inclusive]
    Attributes
    protected
  10. def defaultFile(implicit tx: T): URI
    Attributes
    protected
  11. def defaultRealtime(implicit tx: T): Boolean
    Attributes
    protected
  12. def enabled: Boolean
    Definition Classes
    Action
  13. def enabled_=(b: Boolean): Unit
    Definition Classes
    Action
  14. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def icon: Icon
    Definition Classes
    Action
  19. def icon_=(i: Icon): Unit
    Definition Classes
    Action
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. def longDescription: String
    Definition Classes
    Action
  22. def longDescription_=(t: String): Unit
    Definition Classes
    Action
  23. def mnemonic: Int
    Definition Classes
    Action
  24. def mnemonic_=(m: Int): Unit
    Definition Classes
    Action
  25. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. val objH: Source[T, Obj[T]]
    Attributes
    protected
  29. lazy val peer: Action
    Definition Classes
    Action
  30. def performGUI(settings: QuerySettings[T], uri: URI, span: Span): Unit

    subclasses may override this if they wish to perform a different kind of bounce (e.g.

    subclasses may override this if they wish to perform a different kind of bounce (e.g. not SuperCollider-based)

    uri

    definitely specifies settings.uriOption, i.e. the target file

    span

    definitely specifies settings.span, i.e. the object's span to be bounced

    Attributes
    protected
  31. def prepare(settings: QuerySettings[T], recalled: Boolean): QuerySettings[T]
    Attributes
    protected
  32. def selectionType: Selection
    Attributes
    protected
  33. def smallIcon: Icon
    Definition Classes
    Action
  34. def smallIcon_=(i: Icon): Unit
    Definition Classes
    Action
  35. def spanPresets(): SpanPresets
    Attributes
    protected
  36. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  37. def text: String
    Definition Classes
    Action
  38. def text_=(t: String): Unit
    Definition Classes
    Action
  39. def title: String
    Definition Classes
    Action
  40. def title_=(t: String): Unit
    Definition Classes
    Action
  41. def toString(): String
    Definition Classes
    AnyRef → Any
  42. def toolTip: String
    Definition Classes
    Action
  43. def toolTip_=(t: String): Unit
    Definition Classes
    Action
  44. val view: UniverseView[T] with Editable[T]
    Attributes
    protected
  45. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Action

Inherited from AnyRef

Inherited from Any

Ungrouped