scala.swing.Table.selection

object columns

[source: scala/swing/Table/selection.scala]

object columns
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
def -=(n : Int) : Unit
Removes a single element from a set.
Parameters
elem - The element to be removed.
Overrides
SelectionSet.-=

def +=(n : Int) : Unit
Add a new element to the set.
Parameters
elem - the element to be added
Overrides
SelectionSet.+=

def leadIndex : Int

def anchorIndex : Int