Class/Object

de.sciss.mellite.gui

ActionBounce

Related Docs: object ActionBounce | package gui

Permalink

class ActionBounce[S <: Sys[S]] extends Action

Linear Supertypes
Action, AnyRef, Any
Known Subclasses
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. All

Instance Constructors

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

    Permalink

Type Members

  1. type SpanPresets = Seq[SpanPreset]

    Permalink
    Attributes
    protected

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 accelerator: Option[KeyStroke]

    Permalink
    Definition Classes
    Action
  5. def accelerator_=(k: Option[KeyStroke]): Unit

    Permalink
    Definition Classes
    Action
  6. def apply(): Unit

    Permalink
    Definition Classes
    ActionBounce → Action
  7. final def asInstanceOf[T0]: T0

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def defaultChannels(implicit tx: S.Tx): IndexedSeq[Inclusive]

    Permalink
    Attributes
    protected
  10. def defaultFile(implicit tx: S.Tx): File

    Permalink
    Attributes
    protected
  11. def defaultRealtime(implicit tx: S.Tx): Boolean

    Permalink
    Attributes
    protected
  12. def enabled: Boolean

    Permalink
    Definition Classes
    Action
  13. def enabled_=(b: Boolean): Unit

    Permalink
    Definition Classes
    Action
  14. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  19. def icon: Icon

    Permalink
    Definition Classes
    Action
  20. def icon_=(i: Icon): Unit

    Permalink
    Definition Classes
    Action
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def longDescription: String

    Permalink
    Definition Classes
    Action
  23. def longDescription_=(t: String): Unit

    Permalink
    Definition Classes
    Action
  24. def mnemonic: Int

    Permalink
    Definition Classes
    Action
  25. def mnemonic_=(m: Int): Unit

    Permalink
    Definition Classes
    Action
  26. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  29. lazy val peer: Action

    Permalink
    Definition Classes
    Action
  30. def prepare(settings: QuerySettings[S]): QuerySettings[S]

    Permalink
    Attributes
    protected
  31. def selectionType: Selection

    Permalink
    Attributes
    protected
  32. def smallIcon: Icon

    Permalink
    Definition Classes
    Action
  33. def smallIcon_=(i: Icon): Unit

    Permalink
    Definition Classes
    Action
  34. def spanPresets(): SpanPresets

    Permalink
    Attributes
    protected
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. def text: String

    Permalink
    Definition Classes
    Action
  37. def text_=(t: String): Unit

    Permalink
    Definition Classes
    Action
  38. def title: String

    Permalink
    Definition Classes
    Action
  39. def title_=(t: String): Unit

    Permalink
    Definition Classes
    Action
  40. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  41. def toolTip: String

    Permalink
    Definition Classes
    Action
  42. def toolTip_=(t: String): Unit

    Permalink
    Definition Classes
    Action
  43. final def wait(): Unit

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

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

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

Inherited from Action

Inherited from AnyRef

Inherited from Any

Ungrouped