scala.swing.event

trait ListSelectionEvent

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

trait ListSelectionEvent
extends SelectionEvent
Direct Known Subclasses:
TableColumnsSelected, TableRowsSelected

Values and Variables inherited from ComponentEvent
source (abstract)
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