scala.swing.ListView

selection

object selection extends Publisher

The current item selection.

Inherits

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

Value Members

  1. def adjusting: Boolean

  2. def anchorIndex: Int

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

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

  4. def equals(arg0: Any): Boolean

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

  5. def hashCode(): Int

    Returns a hash code value for the object

  6. object indices extends Indices[Int]

    The indices of the currently selected items

  7. def intervalMode: Value

  8. def intervalMode_=(m: Value): Unit

  9. object items extends SeqProxy[A]

    The currently selected items

  10. def leadIndex: Int

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

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

  12. def publish(e: Event): Unit

    Notify all registered reactions

  13. val reactions: Reactions

    All reactions of this reactor

  14. def selectIndices(ind: Int*): Unit

  15. def toString(): String

    Returns a string representation of the object