scala.swing.ListView.selection

object items

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

object items
extends SeqProxy[A] with AnyRef
The currently selected items.
Method Summary
def anchorIndex : Int
def leadIndex : Int
def self : Seq[A]
Methods inherited from SeqProxyLike
length, apply, lengthCompare, size, isDefinedAt, 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, equalsWith, containsSlice
Methods inherited from IterableProxyLike
iterator, foreach, isEmpty, foldRight, reduceRight, toIterable, zip, zipAll, zipWithIndex, head, takeRight, dropRight, sameElements, toStream
Methods inherited from TraversableProxyLike
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, toSeq, toSet, mkString, mkString, mkString, addString, addString, addString, stringPrefix
Methods inherited from Proxy
hashCode, equals, toString
Methods inherited from Seq
companion
Methods inherited from SeqLike
thisCollection, toCollection, reverseMap, reversedElements, indexOfSeq, lastIndexOfSeq, lastIndexOfSeq, updated, +:, :+, sortWith, sortWith, sortBy, findLastIndexOf, projection
Methods inherited from IterableLike
elements, canEqual, first, firstOption
Methods inherited from GenericTraversableTemplate
newBuilder, genericBuilder, unzip, flatten, transpose
Methods inherited from TraversableLike
repr, partialMap, sum, product, min, max, toIndexedSeq, withFilter
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 : Seq[A]

@deprecated("Use ListView.selection.leadIndex")

def leadIndex : Int

@deprecated("Use ListView.selection.anchorIndex")

def anchorIndex : Int