scala.swing.Table

selection

object selection extends Publisher

Inherits

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

Value Members

  1. def cells: Set[(Int, Int)]

  2. object columns extends SelectionSet[Int]

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

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

  4. def elementMode: Value

  5. def elementMode_=(m: Value): Unit

  6. def equals(arg0: Any): Boolean

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

  7. def hashCode(): Int

    Returns a hash code value for the object

  8. def intervalMode: Value

    From the JTable Swing tutorial: You can specify selection by cell in multiple interval selection mode, but the result is a table that does not produce useful selections

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

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

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

  11. def publish(e: Event): Unit

    Notify all registered reactions

  12. val reactions: Reactions

    All reactions of this reactor

  13. object rows extends SelectionSet[Int]

  14. def toString(): String

    Returns a string representation of the object