|
Scala Library
|
|
scala/swing/Table/selection.scala]
object
rows
extends SelectionSet[Int]| Method Summary | |
def
|
+=
(n : Int) : Unit
Add a new element to the set.
|
def
|
-=
(n : Int) : Unit
Removes a single element from a set.
|
def
|
anchorIndex : Int |
def
|
leadIndex : Int |
| Methods inherited from SelectionSet | |
| contains, size, elements |
| Methods inherited from Set | |
| update, +=, ++=, ++=, +, +, ++, ++, incl, -=, --=, --=, -, -, --, --, excl, intersect, retain, clear, <<, clone, readOnly |
| Methods inherited from Set | |
| apply, isEmpty, subsetOf, *, **, equals, hashCode, toArray, stringPrefix |
| Methods inherited from Collection | |
| toString |
| Methods inherited from Iterable | |
| concat, ++, map, flatMap, filter, partition, takeWhile, dropWhile, take, drop, foreach, forall, exists, find, findIndexOf, indexOf, foldLeft, foldRight, /:, :\, reduceLeft, reduceRight, copyToBuffer, sameElements, toList, toSeq, toStream, mkString, mkString, mkString, addString, addString, addString, copyToArray, projection, hasDefiniteSize |
| Methods inherited from Function1 | |
| compose, andThen |
| Methods inherited from AnyRef | |
| getClass, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
elem - The element to be removed.elem - the element to be added
def
leadIndex : Int
def
anchorIndex : Int
|
Scala Library
|
|