scala.swing.Table

object selection

[source: scala/swing/Table.scala]

object selection
extends Publisher
Values and Variables inherited from Publisher
listeners
Values and Variables inherited from Reactor
reactions
Method Summary
def cells : scala.collection.mutable.Set[(Int, Int)]
def elementMode : scala.Enumeration.Value
def elementMode_= (m : scala.Enumeration.Value) : Unit
def intervalMode : scala.Enumeration.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.
def intervalMode_= (m : scala.Enumeration.Value) : Unit
Methods inherited from Publisher
subscribe, unsubscribe, publish
Methods inherited from Reactor
listenTo, deafTo
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Class Summary
protected abstract class SelectionSet [A](a : => scala.Seq[A]) extends scala.collection.mutable.Set[A]
Object Summary
object columns extends SelectionSet[Int]
object rows extends SelectionSet[Int]
Method Details
def cells : scala.collection.mutable.Set[(Int, Int)]

def intervalMode : scala.Enumeration.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.

def intervalMode_=(m : scala.Enumeration.Value) : Unit

def elementMode : scala.Enumeration.Value

def elementMode_=(m : scala.Enumeration.Value) : Unit