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 anchorIndex : Int
def intervalMode : Value
def intervalMode_= (m : Value) : Unit
def leadIndex : Int
def selectIndices (ind : Int*) : Unit
Methods inherited from Publisher
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] with AnyRef
The currently selected items.
Method Details
def leadIndex : Int

def anchorIndex : Int

@deprecated("Use ListView.selectIndices")

def selectIndices(ind : Int*) : Unit

def intervalMode : Value

def intervalMode_=(m : Value) : Unit

def adjusting : Boolean