|
Scala Library
|
|
class
ListSelectionChanged[A](val override source : ListView[A], val range : Range, val live : Boolean)
extends SelectionChanged with ListEvent[A]| Methods inherited from SelectionChanged | |
| hashCode, toString, equals, productPrefix, productArity, productElement, canEqual |
| Methods inherited from Product | |
| productIterator, productElements |
| Methods inherited from AnyRef | |
| getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
|
Scala Library
|
|