Packages

o

scala.swing.Table

selection

object selection extends Publisher

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. selection
  2. Publisher
  3. Reactor
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def cells: Set[(Int, Int)]
  2. def deafTo(ps: Publisher*): Unit

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

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

    Definition Classes
    Reactor
  3. def elementMode: Table.ElementMode.Value
  4. def elementMode_=(m: Table.ElementMode.Value): Unit
  5. def intervalMode: Table.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.

  6. def intervalMode_=(m: Table.IntervalMode.Value): Unit
  7. def listenTo(ps: Publisher*): Unit

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

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

    Definition Classes
    Reactor
  8. def publish(e: Event): Unit

    Notify all registered reactions.

    Notify all registered reactions.

    Definition Classes
    Publisher
  9. val reactions: Reactions

    All reactions of this reactor.

    All reactions of this reactor.

    Definition Classes
    Reactor
  10. object columns extends SelectionSet[Int]
  11. object rows extends SelectionSet[Int]