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