scala.swing.event

trait ListSelectionEvent

[source: scala/swing/event/ListSelectionEvent.scala]

trait ListSelectionEvent
extends SelectionEvent
An event that indicates a selection of a range of indices.
Direct Known Subclasses:
TableColumnsSelected, TableRowsSelected

Method Summary
abstract def range : Range
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
abstract def range : Range