scala.swing.ListView.selection

object items

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

object items
extends SequenceProxy[A] with AnyRef
The currently selected items.
Method Summary
def anchorIndex : Int
def leadIndex : Int
def self : Sequence[A]
Methods inherited from SequenceProxyTemplate
length, apply, lengthCompare, size, isDefinedAt, zip, zipAll, zipWithIndex, segmentLength, prefixLength, indexWhere, indexWhere, findIndexOf, indexOf, indexOf, lastIndexOf, lastIndexOf, lastIndexWhere, lastIndexWhere, reverse, reverseIterator, startsWith, startsWith, endsWith, indexOfSeq, contains, union, diff, intersect, removeDuplicates, patch, padTo, indices, view, view, findLastIndexOf, slice, equalsWith, containsSlice
Methods inherited from IterableProxyTemplate
iterator, foreach, isEmpty, foldRight, reduceRight, toIterable, head, takeRight, dropRight, sameElements, toStream
Methods inherited from TraversableProxyTemplate
nonEmpty, hasDefiniteSize, ++, ++, map, flatMap, filter, filterNot, remove, partition, groupBy, forall, exists, count, find, foldLeft, /:, :\, reduceLeft, reduceLeftOption, reduceRightOption, headOption, tail, last, lastOption, init, take, drop, slice, takeWhile, dropWhile, span, splitAt, copyToBuffer, copyToArray, copyToArray, toArray, toList, toSequence, toSet, mkString, mkString, mkString, addString, addString, addString, stringPrefix
Methods inherited from Proxy
hashCode, equals, toString
Methods inherited from Sequence
companion
Methods inherited from SequenceTemplate
reversedElements, indexOfSeq, lastIndexOfSeq, lastIndexOfSeq, sortWith, projection
Methods inherited from IterableTemplate
elements, first, firstOption, toSeq
Methods inherited from TraversableClass
newBuilder, genericBuilder, unzip, flatten, transpose
Methods inherited from TraversableTemplate
thisCollection, filterMap
Methods inherited from PartialFunction
orElse, andThen
Methods inherited from Function1
compose
Methods inherited from AnyRef
getClass, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
def self : Sequence[A]

def leadIndex : Int

def anchorIndex : Int