scala.swing.ComboBox

selection

object selection extends Publisher

Inherits

  1. Publisher
  2. Reactor
  3. AnyRef
  4. Any

Value Members

  1. def deafTo(ps: Publisher*): Unit

    Installed reaction won't receive events from the given publisher anylonger

  2. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  3. def hashCode(): Int

    Returns a hash code value for the object

  4. def index: Int

  5. def index_=(n: Int): Unit

  6. def item: A

  7. def item_=(a: A): Unit

  8. def listenTo(ps: Publisher*): Unit

    Listen to the given publisher as long as deafTo isn't called for them

  9. def publish(e: Event): Unit

    Notify all registered reactions

  10. val reactions: Reactions

    All reactions of this reactor

  11. def toString(): String

    Returns a string representation of the object