scala.swing.Table.selection

object columns

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

object columns
extends SelectionSet[Int]
Method Summary
def += (n : Int) : Unit
def -= (n : Int) : Unit
def anchorIndex : Int
def leadIndex : Int
Methods inherited from SelectionSet
contains, size, elements
Methods inherited from scala.collection.mutable.Set
scala.collection.mutable.Set.update, scala.collection.mutable.Set.+=, scala.collection.mutable.Set.++=, scala.collection.mutable.Set.++=, scala.collection.mutable.Set.+, scala.collection.mutable.Set.+, scala.collection.mutable.Set.++, scala.collection.mutable.Set.++, scala.collection.mutable.Set.incl, scala.collection.mutable.Set.-=, scala.collection.mutable.Set.--=, scala.collection.mutable.Set.--=, scala.collection.mutable.Set.-, scala.collection.mutable.Set.-, scala.collection.mutable.Set.--, scala.collection.mutable.Set.--, scala.collection.mutable.Set.excl, scala.collection.mutable.Set.intersect, scala.collection.mutable.Set.retain, scala.collection.mutable.Set.clear, scala.collection.mutable.Set.<<, scala.collection.mutable.Set.clone, scala.collection.mutable.Set.readOnly
Methods inherited from scala.collection.Set
scala.collection.Set.apply, scala.collection.Set.isEmpty, scala.collection.Set.subsetOf, scala.collection.Set.*, scala.collection.Set.**, scala.collection.Set.equals, scala.collection.Set.hashCode, scala.collection.Set.toArray, scala.collection.Set.stringPrefix
Methods inherited from scala.Collection
scala.Collection.toString
Methods inherited from scala.Iterable
scala.Iterable.concat, scala.Iterable.++, scala.Iterable.map, scala.Iterable.flatMap, scala.Iterable.filter, scala.Iterable.partition, scala.Iterable.takeWhile, scala.Iterable.dropWhile, scala.Iterable.take, scala.Iterable.drop, scala.Iterable.foreach, scala.Iterable.forall, scala.Iterable.exists, scala.Iterable.find, scala.Iterable.findIndexOf, scala.Iterable.indexOf, scala.Iterable.foldLeft, scala.Iterable.foldRight, scala.Iterable./:, scala.Iterable.:\, scala.Iterable.reduceLeft, scala.Iterable.reduceRight, scala.Iterable.copyToBuffer, scala.Iterable.sameElements, scala.Iterable.toList, scala.Iterable.toSeq, scala.Iterable.toStream, scala.Iterable.mkString, scala.Iterable.mkString, scala.Iterable.mkString, scala.Iterable.addString, scala.Iterable.addString, scala.Iterable.addString, scala.Iterable.copyToArray, scala.Iterable.projection, scala.Iterable.hasDefiniteSize
Methods inherited from scala.Function1
scala.Function1.compose, scala.Function1.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
Overrides
SelectionSet.-=

def +=(n : Int) : Unit
Overrides
SelectionSet.+=

def leadIndex : Int

def anchorIndex : Int