scala.swing.Table.selection

class SelectionSet

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

protected abstract class SelectionSet[A](a : => scala.Seq[A])
extends scala.collection.mutable.Set[A]
Direct Known Subclasses:
Table.selection.rows, Table.selection.columns

Method Summary
abstract def += (n : A) : Unit
abstract def -= (n : A) : Unit
def contains (n : A) : Boolean
def elements : scala.Iterator[A]
def size : Int
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
abstract def -=(n : A) : Unit
Overrides
scala.collection.mutable.Set.scala.collection.mutable.Set.-=

abstract def +=(n : A) : Unit
Overrides
scala.collection.mutable.Set.scala.collection.mutable.Set.+=

def contains(n : A) : Boolean

def size : Int

def elements : scala.Iterator[A]