|
Scala Library
|
|
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 : Set[(Int, Int)] |
def
|
elementMode : Value |
def
|
elementMode_= (m : Value) : Unit |
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.
|
def
|
intervalMode_= (m : 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 : => Seq[A]) extends Set[A]
|
| Object Summary | |
object
|
columns
extends SelectionSet[Int]
|
object
|
rows
extends SelectionSet[Int]
|
| Method Details |
def
intervalMode : Value
def
elementMode : Value
|
Scala Library
|
|