Scala Swing Library
|
|
scala/swing/TabbedPane.scala
]
object
pages
extends
BufferWrapper[Page]Method Summary | |
def
|
+= (t : Page) : Unit |
def
|
apply (n : Int) : Page |
protected def
|
insertAt (n : Int, t : Page) : Unit |
def
|
length : Int |
def
|
remove (n : Int) : Page |
def
|
runCount : Int |
Methods inherited from BufferWrapper | |
clear, update, insertAll, readOnly, +:, elements |
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.compose |
Methods inherited from AnyRef | |
getClass, equals, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
Scala Swing Library
|
|