Showing content from https://www.scala-lang.org/api/2.12.3/scala-swing/scala/swing/TabbedPane$pages$.html below:
object pages extends BufferWrapper[Page]
î· î
Ordering
- Alphabetic
- By Inheritance
Inherited
- pages
- BufferWrapper
- Buffer
- BufferLike
- Subtractable
- Scriptable
- Shrinkable
- Growable
- Clearable
- Seq
- SeqLike
- Cloneable
- Cloneable
- Cloneable
- Seq
- SeqLike
- GenSeq
- GenSeqLike
- PartialFunction
- Function1
- Iterable
- Iterable
- IterableLike
- Equals
- GenIterable
- GenIterableLike
- Traversable
- Mutable
- Traversable
- GenTraversable
- GenericTraversableTemplate
- TraversableLike
- GenTraversableLike
- Parallelizable
- TraversableOnce
- GenTraversableOnce
- FilterMonadic
- HasNewBuilder
- AnyRef
- Any
Type Members
- î
type Self = Buffer[Page]
- î
class WithFilter extends FilterMonadic[A, Repr]
Value Members
- î
final def !=(arg0: Any): Boolean
- î
final def ##(): Int
- î
def ++(xs: GenTraversableOnce[Page]): Buffer[Page]
- î
def ++[B >: Page, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Buffer[Page], B, That]): That
- î
def ++:[B >: Page, That](that: collection.Traversable[B])(implicit bf: CanBuildFrom[Buffer[Page], B, That]): That
- î
def ++:[B >: Page, That](that: collection.TraversableOnce[B])(implicit bf: CanBuildFrom[Buffer[Page], B, That]): That
- î
def ++=(xs: collection.TraversableOnce[Page]): pages.this.type
- î
def ++=:(xs: collection.TraversableOnce[Page]): pages.this.type
- î
def +:[B >: Page, That](elem: B)(implicit bf: CanBuildFrom[Buffer[Page], B, That]): That
- î
def +=(t: Page): pages.this.type
- î
def +=(elem1: Page, elem2: Page, elems: Page*): pages.this.type
- î
def +=:(a: Page): pages.this.type
- î
def -(elem1: Page, elem2: Page, elems: Page*): Buffer[Page]
- î
def -(elem: Page): Buffer[Page]
- î
def --(xs: GenTraversableOnce[Page]): Buffer[Page]
- î
def --=(xs: collection.TraversableOnce[Page]): pages.this.type
- î
def -=(x: Page): pages.this.type
- î
def -=(elem1: Page, elem2: Page, elems: Page*): pages.this.type
- î
def /:[B](z: B)(op: (B, Page) â B): B
- î
def :+[B >: Page, That](elem: B)(implicit bf: CanBuildFrom[Buffer[Page], B, That]): That
- î
def :\[B](z: B)(op: (Page, B) â B): B
- î
final def ==(arg0: Any): Boolean
- î
def addString(b: StringBuilder): StringBuilder
- î
def addString(b: StringBuilder, sep: String): StringBuilder
- î
def addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
- î
def aggregate[B](z: â B)(seqop: (B, Page) â B, combop: (B, B) â B): B
- î
def andThen[C](k: (Page) â C): PartialFunction[Int, C]
- î
def append(elems: Page*): Unit
- î
def appendAll(xs: collection.TraversableOnce[Page]): Unit
- î
def apply(n: Int): Page
- î
def applyOrElse[A1 <: Int, B1 >: Page](x: A1, default: (A1) â B1): B1
- î
final def asInstanceOf[T0]: T0
- î
def canEqual(that: Any): Boolean
- î
def clear(): Unit
- î
def clone(): Buffer[Page]
- î
def collect[B, That](pf: PartialFunction[Page, B])(implicit bf: CanBuildFrom[Buffer[Page], B, That]): That
- î
def collectFirst[B](pf: PartialFunction[Page, B]): Option[B]
- î
def combinations(n: Int): collection.Iterator[Buffer[Page]]
- î
def companion: GenericCompanion[Buffer]
- î
def compose[A](g: (A) â Int): (A) â Page
- î
def contains[A1 >: Page](elem: A1): Boolean
- î
def containsSlice[B](that: GenSeq[B]): Boolean
- î
def copyToArray[B >: Page](xs: Array[B], start: Int, len: Int): Unit
- î
def copyToArray[B >: Page](xs: Array[B]): Unit
- î
def copyToArray[B >: Page](xs: Array[B], start: Int): Unit
- î
def copyToBuffer[B >: Page](dest: Buffer[B]): Unit
- î
def corresponds[B](that: GenSeq[B])(p: (Page, B) â Boolean): Boolean
- î
def count(p: (Page) â Boolean): Int
- î
def diff[B >: Page](that: GenSeq[B]): Buffer[Page]
- î
def distinct: Buffer[Page]
- î
def drop(n: Int): Buffer[Page]
- î
def dropRight(n: Int): Buffer[Page]
- î
def dropWhile(p: (Page) â Boolean): Buffer[Page]
- î
def endsWith[B](that: GenSeq[B]): Boolean
- î
final def eq(arg0: AnyRef): Boolean
- î
def equals(that: Any): Boolean
- î
def exists(p: (Page) â Boolean): Boolean
- î
def filter(p: (Page) â Boolean): Buffer[Page]
- î
def filterNot(p: (Page) â Boolean): Buffer[Page]
- î
def finalize(): Unit
- î
def find(p: (Page) â Boolean): Option[Page]
- î
def flatMap[B, That](f: (Page) â GenTraversableOnce[B])(implicit bf: CanBuildFrom[Buffer[Page], B, That]): That
- î
def flatten[B](implicit asTraversable: (Page) â GenTraversableOnce[B]): Buffer[B]
- î
def fold[A1 >: Page](z: A1)(op: (A1, A1) â A1): A1
- î
def foldLeft[B](z: B)(op: (B, Page) â B): B
- î
def foldRight[B](z: B)(op: (Page, B) â B): B
- î
def forall(p: (Page) â Boolean): Boolean
- î
def foreach[U](f: (Page) â U): Unit
- î
def genericBuilder[B]: Builder[B, Buffer[B]]
- î
final def getClass(): Class[_]
- î
def groupBy[K](f: (Page) â K): Map[K, Buffer[Page]]
- î
def grouped(size: Int): collection.Iterator[Buffer[Page]]
- î
def hasDefiniteSize: Boolean
- î
def hashCode(): Int
- î
def head: Page
- î
def headOption: Option[Page]
- î
def indexOf[B >: Page](elem: B, from: Int): Int
- î
def indexOf[B >: Page](elem: B): Int
- î
def indexOfSlice[B >: Page](that: GenSeq[B], from: Int): Int
- î
def indexOfSlice[B >: Page](that: GenSeq[B]): Int
- î
def indexWhere(p: (Page) â Boolean, from: Int): Int
- î
def indexWhere(p: (Page) â Boolean): Int
- î
def indices: collection.immutable.Range
- î
def init: Buffer[Page]
- î
def inits: collection.Iterator[Buffer[Page]]
- î
def insert(n: Int, elems: Page*): Unit
- î
def insertAll(n: Int, elems: Traversable[Page]): Unit
- î
def insertAt(n: Int, t: Page): Unit
- î
def intersect[B >: Page](that: GenSeq[B]): Buffer[Page]
- î
def isDefinedAt(idx: Int): Boolean
- î
def isEmpty: Boolean
- î
final def isInstanceOf[T0]: Boolean
- î
final def isTraversableAgain: Boolean
- î
def iterator: collection.Iterator[Page]
- î
def last: Page
- î
def lastIndexOf[B >: Page](elem: B, end: Int): Int
- î
def lastIndexOf[B >: Page](elem: B): Int
- î
def lastIndexOfSlice[B >: Page](that: GenSeq[B], end: Int): Int
- î
def lastIndexOfSlice[B >: Page](that: GenSeq[B]): Int
- î
def lastIndexWhere(p: (Page) â Boolean, end: Int): Int
- î
def lastIndexWhere(p: (Page) â Boolean): Int
- î
def lastOption: Option[Page]
- î
def length: Int
- î
def lengthCompare(len: Int): Int
- î
def lift: (Int) â Option[Page]
- î
def map[B, That](f: (Page) â B)(implicit bf: CanBuildFrom[Buffer[Page], B, That]): That
- î
def max[B >: Page](implicit cmp: Ordering[B]): Page
- î
def maxBy[B](f: (Page) â B)(implicit cmp: Ordering[B]): Page
- î
def min[B >: Page](implicit cmp: Ordering[B]): Page
- î
def minBy[B](f: (Page) â B)(implicit cmp: Ordering[B]): Page
- î
def mkString: String
- î
def mkString(sep: String): String
- î
def mkString(start: String, sep: String, end: String): String
- î
final def ne(arg0: AnyRef): Boolean
- î
def newBuilder: Builder[Page, Buffer[Page]]
- î
def nonEmpty: Boolean
- î
final def notify(): Unit
- î
final def notifyAll(): Unit
- î
def orElse[A1 <: Int, B1 >: Page](that: PartialFunction[A1, B1]): PartialFunction[A1, B1]
- î
def padTo[B >: Page, That](len: Int, elem: B)(implicit bf: CanBuildFrom[Buffer[Page], B, That]): That
- î
def par: ParSeq[Page]
- î
def parCombiner: Combiner[Page, ParSeq[Page]]
- î
def partition(p: (Page) â Boolean): (Buffer[Page], Buffer[Page])
- î
def patch[B >: Page, That](from: Int, patch: GenSeq[B], replaced: Int)(implicit bf: CanBuildFrom[Buffer[Page], B, That]): That
- î
def permutations: collection.Iterator[Buffer[Page]]
- î
def prefixLength(p: (Page) â Boolean): Int
- î
def prepend(elems: Page*): Unit
- î
def prependAll(xs: collection.TraversableOnce[Page]): Unit
- î
def product[B >: Page](implicit num: Numeric[B]): B
- î
def reduce[A1 >: Page](op: (A1, A1) â A1): A1
- î
def reduceLeft[B >: Page](op: (B, Page) â B): B
- î
def reduceLeftOption[B >: Page](op: (B, Page) â B): Option[B]
- î
def reduceOption[A1 >: Page](op: (A1, A1) â A1): Option[A1]
- î
def reduceRight[B >: Page](op: (Page, B) â B): B
- î
def reduceRightOption[B >: Page](op: (Page, B) â B): Option[B]
- î
def remove(n: Int): Page
- î
def remove(n: Int, count: Int): Unit
- î
def repr: Buffer[Page]
- î
def reverse: Buffer[Page]
- î
def reverseIterator: collection.Iterator[Page]
- î
def reverseMap[B, That](f: (Page) â B)(implicit bf: CanBuildFrom[Buffer[Page], B, That]): That
- î
def reversed: List[Page]
- î
def runCount: Int
- î
def runWith[U](action: (Page) â U): (Int) â Boolean
- î
def sameElements[B >: Page](that: GenIterable[B]): Boolean
- î
def scan[B >: Page, That](z: B)(op: (B, B) â B)(implicit cbf: CanBuildFrom[Buffer[Page], B, That]): That
- î
def scanLeft[B, That](z: B)(op: (B, Page) â B)(implicit bf: CanBuildFrom[Buffer[Page], B, That]): That
- î
def scanRight[B, That](z: B)(op: (Page, B) â B)(implicit bf: CanBuildFrom[Buffer[Page], B, That]): That
- î
def segmentLength(p: (Page) â Boolean, from: Int): Int
- î
def seq: collection.mutable.Seq[Page]
- î
def size: Int
- î
def sizeHintIfCheap: Int
- î
def slice(from: Int, until: Int): Buffer[Page]
- î
def sliding(size: Int, step: Int): collection.Iterator[Buffer[Page]]
- î
def sliding(size: Int): collection.Iterator[Buffer[Page]]
- î
def sortBy[B](f: (Page) â B)(implicit ord: math.Ordering[B]): Buffer[Page]
- î
def sortWith(lt: (Page, Page) â Boolean): Buffer[Page]
- î
def sorted[B >: Page](implicit ord: math.Ordering[B]): Buffer[Page]
- î
def span(p: (Page) â Boolean): (Buffer[Page], Buffer[Page])
- î
def splitAt(n: Int): (Buffer[Page], Buffer[Page])
- î
def startsWith[B](that: GenSeq[B], offset: Int): Boolean
- î
def startsWith[B](that: GenSeq[B]): Boolean
- î
def stringPrefix: String
- î
def sum[B >: Page](implicit num: Numeric[B]): B
- î
final def synchronized[T0](arg0: â T0): T0
- î
def tail: Buffer[Page]
- î
def tails: collection.Iterator[Buffer[Page]]
- î
def take(n: Int): Buffer[Page]
- î
def takeRight(n: Int): Buffer[Page]
- î
def takeWhile(p: (Page) â Boolean): Buffer[Page]
- î
def thisCollection: collection.Seq[Page]
- î
def to[Col[_]](implicit cbf: CanBuildFrom[Nothing, Page, Col[Page]]): Col[Page]
- î
def toArray[B >: Page](implicit arg0: ClassTag[B]): Array[B]
- î
def toBuffer[B >: Page]: Buffer[B]
- î
def toCollection(repr: Buffer[Page]): collection.Seq[Page]
- î
def toIndexedSeq: collection.immutable.IndexedSeq[Page]
- î
def toIterable: collection.Iterable[Page]
- î
def toIterator: collection.Iterator[Page]
- î
def toList: List[Page]
- î
def toMap[T, U](implicit ev: <:<[Page, (T, U)]): Map[T, U]
- î
def toSeq: collection.Seq[Page]
- î
def toSet[B >: Page]: Set[B]
- î
def toStream: collection.immutable.Stream[Page]
- î
def toString(): String
- î
def toTraversable: collection.Traversable[Page]
- î
def toVector: Vector[Page]
- î
def transform(f: (Page) â Page): pages.this.type
- î
def transpose[B](implicit asTraversable: (Page) â GenTraversableOnce[B]): Buffer[Buffer[B]]
- î
def trimEnd(n: Int): Unit
- î
def trimStart(n: Int): Unit
- î
def union[B >: Page, That](that: GenSeq[B])(implicit bf: CanBuildFrom[Buffer[Page], B, That]): That
- î
def unzip[A1, A2](implicit asPair: (Page) â (A1, A2)): (Buffer[A1], Buffer[A2])
- î
def unzip3[A1, A2, A3](implicit asTriple: (Page) â (A1, A2, A3)): (Buffer[A1], Buffer[A2], Buffer[A3])
- î
def update(n: Int, a: Page): Unit
- î
def updated[B >: Page, That](index: Int, elem: B)(implicit bf: CanBuildFrom[Buffer[Page], B, That]): That
- î
def view(from: Int, until: Int): SeqView[Page, Buffer[Page]]
- î
def view: SeqView[Page, Buffer[Page]]
- î
final def wait(): Unit
- î
final def wait(arg0: Long, arg1: Int): Unit
- î
final def wait(arg0: Long): Unit
- î
def withFilter(p: (Page) â Boolean): FilterMonadic[Page, Buffer[Page]]
- î
def zip[A1 >: Page, B, That](that: GenIterable[B])(implicit bf: CanBuildFrom[Buffer[Page], (A1, B), That]): That
- î
def zipAll[B, A1 >: Page, That](that: GenIterable[B], thisElem: A1, thatElem: B)(implicit bf: CanBuildFrom[Buffer[Page], (A1, B), That]): That
- î
def zipWithIndex[A1 >: Page, That](implicit bf: CanBuildFrom[Buffer[Page], (A1, Int), That]): That
Deprecated Value Members
- î
def <<(cmd: Message[Page]): Unit
Inherited from Buffer[Page] Inherited from BufferLike[Page, Buffer[Page]] Inherited from Subtractable[Page, Buffer[Page]] Inherited from Scriptable[Page] Inherited from Shrinkable[Page] Inherited from Growable[Page]
Inherited from Clearable
Inherited from collection.mutable.Seq[Page] Inherited from SeqLike[Page, Buffer[Page]] Inherited from collection.mutable.Cloneable[Buffer[Page]]
Inherited from Cloneable
Inherited from java.lang.Cloneable
Inherited from collection.Seq[Page] Inherited from SeqLike[Page, Buffer[Page]] Inherited from GenSeq[Page] Inherited from GenSeqLike[Page, Buffer[Page]] Inherited from PartialFunction[Int, Page] Inherited from (Int) â Page Inherited from collection.mutable.Iterable[Page] Inherited from collection.Iterable[Page] Inherited from IterableLike[Page, Buffer[Page]]
Inherited from Equals
Inherited from GenIterable[Page] Inherited from GenIterableLike[Page, Buffer[Page]] Inherited from collection.mutable.Traversable[Page]
Inherited from Mutable
Inherited from collection.Traversable[Page] Inherited from GenTraversable[Page] Inherited from GenericTraversableTemplate[Page, Buffer] Inherited from TraversableLike[Page, Buffer[Page]] Inherited from GenTraversableLike[Page, Buffer[Page]] Inherited from Parallelizable[Page, ParSeq[Page]] Inherited from collection.TraversableOnce[Page] Inherited from GenTraversableOnce[Page] Inherited from FilterMonadic[Page, Buffer[Page]] Inherited from HasNewBuilder[Page, scala.collection.mutable.Buffer[scala.swing.TabbedPane.Page] @scala.annotation.unchecked.uncheckedVariance]
Inherited from Any
RetroSearch is an open source project built by @garambo
| Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4