scala.swing.ListView

object selection

[source: scala/swing/ListView.scala]

object selection
extends Publisher
The current item selection.
Values and Variables inherited from Publisher
listeners
Values and Variables inherited from Reactor
reactions
Method Summary
def adjusting : Boolean
def intervalMode : Value
def intervalMode_= (m : Value) : Unit
def selectIndices (ind : Int*) : 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 Indices [A](a : => Seq[A]) extends Set[A]
Object Summary
object indices extends Indices[Int]
The indices of the currently selected items.
object items extends SeqProxy[A]
The currently selected items.
Method Details
def selectIndices(ind : Int*) : Unit

def intervalMode : Value

def intervalMode_=(m : Value) : Unit

def adjusting : Boolean