Scala Swing Library
|
|
scala/swing/BufferWrapper.scala
]
protected[swing] abstract
class
BufferWrapper[A]
extends
scala.collection.mutable.Buffer[A]Method Summary | |
def
|
+: (a : A) : BufferWrapper[A] |
def
|
clear : Unit |
def
|
elements : scala.Iterator[A] |
def
|
insertAll (n : Int, iter : scala.Iterable[A]) : Unit |
protected abstract def
|
insertAt (n : Int, a : A) : Unit |
def
|
readOnly : scala.RandomAccessSeq[A] |
def
|
update (n : Int, a : A) : Unit |
Methods inherited from scala.Collection | |
scala.Collection.toString |
Methods inherited from scala.PartialFunction | |
scala.PartialFunction.orElse, scala.PartialFunction.andThen |
Methods inherited from scala.Function1 | |
scala.Function1.apply (abstract), scala.Function1.compose |
Methods inherited from AnyRef | |
getClass, equals, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
def
clear : Unit
def
insertAll(n : Int, iter : scala.Iterable[A]) : Unit
def
readOnly : scala.RandomAccessSeq[A]
def
+:(a : A) : BufferWrapper[A]
def
elements : scala.Iterator[A]
Scala Swing Library
|
|