Packages

c

de.sciss.lucre.swing.graph.impl

ComboBoxIndexExpandedImpl

final class ComboBoxIndexExpandedImpl[S <: Sys[S], A] extends ComponentPropertyExpandedImpl[S, Int]

Linear Supertypes
ComponentPropertyExpandedImpl[S, Int], IGenerator[S, Change[Int]], IEventImpl[S, Change[Int]], IEvent[S, Change[Int]], Observable[S.Tx, Change[Int]], IExpr[S, Int], Disposable[S.Tx], IPublisher[S, Change[Int]], ExprLike[S, Int], Form[S], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComboBoxIndexExpandedImpl
  2. ComponentPropertyExpandedImpl
  3. IGenerator
  4. IEventImpl
  5. IEvent
  6. Observable
  7. IExpr
  8. Disposable
  9. IPublisher
  10. ExprLike
  11. Form
  12. AnyRef
  13. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ComboBoxIndexExpandedImpl(peer: ⇒ swingplus.ComboBox[A], value0: Int)(implicit targets: ITargets[S], cursor: Cursor[S])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def --->(sink: IEvent[S, Any])(implicit tx: S.Tx): Unit
    Definition Classes
    IEventImpl → IEvent
  4. def -/->(sink: IEvent[S, Any])(implicit tx: S.Tx): Unit
    Definition Classes
    IEventImpl → IEvent
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def changed: IEvent[S, Change[Int]]
    Definition Classes
    ComponentPropertyExpandedImpl → IPublisher → ExprLike
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. final def commit(): Unit
    Attributes
    protected
    Definition Classes
    ComponentPropertyExpandedImpl
  10. def dispose()(implicit tx: S.Tx): Unit
    Definition Classes
    ComponentPropertyExpandedImpl → Disposable
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def fire(update: Change[Int])(implicit tx: S.Tx): Unit
    Definition Classes
    IGenerator
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def init()(implicit tx: S.Tx): ComboBoxIndexExpandedImpl.this.type
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  21. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. def react(fun: (S.Tx) ⇒ (Change[Int]) ⇒ Unit)(implicit tx: S.Tx): Disposable[S.Tx]
    Definition Classes
    IEventImpl → Observable
  23. def startListening(): Unit

    Called on the EDT.

    Called on the EDT. Implementation should register listeners for the property here.

    Attributes
    protected
    Definition Classes
    ComboBoxIndexExpandedImplComponentPropertyExpandedImpl
  24. def stopListening(): Unit

    Called on the EDT.

    Called on the EDT. Implementation should unregister listeners for the property here.

    Attributes
    protected
    Definition Classes
    ComboBoxIndexExpandedImplComponentPropertyExpandedImpl
  25. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. implicit val targets: ITargets[S]
    Attributes
    protected
    Definition Classes
    ComponentPropertyExpandedImpl → IEventImpl
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. def value(implicit tx: S.Tx): Int
    Definition Classes
    ComponentPropertyExpandedImpl → IExpr → ExprLike
  29. def valueOnEDT: Int

    Called on the EDT.

    Called on the EDT. Read the current property value.

    Attributes
    protected
    Definition Classes
    ComboBoxIndexExpandedImplComponentPropertyExpandedImpl
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from ComponentPropertyExpandedImpl[S, Int]

Inherited from IGenerator[S, Change[Int]]

Inherited from IEventImpl[S, Change[Int]]

Inherited from IEvent[S, Change[Int]]

Inherited from Observable[S.Tx, Change[Int]]

Inherited from IExpr[S, Int]

Inherited from Disposable[S.Tx]

Inherited from IPublisher[S, Change[Int]]

Inherited from ExprLike[S, Int]

Inherited from Form[S]

Inherited from AnyRef

Inherited from Any

Ungrouped