final class ComboBoxIndexExpandedImpl[S <: Sys[S], A] extends ComponentPropertyExpandedImpl[S, Int]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ComboBoxIndexExpandedImpl
- ComponentPropertyExpandedImpl
- IGenerator
- IEventImpl
- IEvent
- Observable
- IExpr
- Disposable
- IPublisher
- ExprLike
- Form
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ComboBoxIndexExpandedImpl(peer: ⇒ swingplus.ComboBox[A], value0: Int)(implicit targets: ITargets[S], cursor: Cursor[S])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
def
--->(sink: IEvent[S, Any])(implicit tx: S.Tx): Unit
- Definition Classes
- IEventImpl → IEvent
-
def
-/->(sink: IEvent[S, Any])(implicit tx: S.Tx): Unit
- Definition Classes
- IEventImpl → IEvent
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
changed: IEvent[S, Change[Int]]
- Definition Classes
- ComponentPropertyExpandedImpl → IPublisher → ExprLike
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
commit(): Unit
- Attributes
- protected
- Definition Classes
- ComponentPropertyExpandedImpl
-
def
dispose()(implicit tx: S.Tx): Unit
- Definition Classes
- ComponentPropertyExpandedImpl → Disposable
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
fire(update: Change[Int])(implicit tx: S.Tx): Unit
- Definition Classes
- IGenerator
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
init()(implicit tx: S.Tx): ComboBoxIndexExpandedImpl.this.type
- Definition Classes
- ComponentPropertyExpandedImpl
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
react(fun: (S.Tx) ⇒ (Change[Int]) ⇒ Unit)(implicit tx: S.Tx): Disposable[S.Tx]
- Definition Classes
- IEventImpl → Observable
-
def
startListening(): Unit
Called on the EDT.
Called on the EDT. Implementation should register listeners for the property here.
- Attributes
- protected
- Definition Classes
- ComboBoxIndexExpandedImpl → ComponentPropertyExpandedImpl
-
def
stopListening(): Unit
Called on the EDT.
Called on the EDT. Implementation should unregister listeners for the property here.
- Attributes
- protected
- Definition Classes
- ComboBoxIndexExpandedImpl → ComponentPropertyExpandedImpl
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
implicit
val
targets: ITargets[S]
- Attributes
- protected
- Definition Classes
- ComponentPropertyExpandedImpl → IEventImpl
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
def
value(implicit tx: S.Tx): Int
- Definition Classes
- ComponentPropertyExpandedImpl → IExpr → ExprLike
-
def
valueOnEDT: Int
Called on the EDT.
Called on the EDT. Read the current property value.
- Attributes
- protected
- Definition Classes
- ComboBoxIndexExpandedImpl → ComponentPropertyExpandedImpl
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()