Scala Swing Library
|
|
scala/swing/Container/Wrapper.scala
]
protected
class
Content
extends
BufferWrapper[Component]Method Summary | |
def
|
+= (c : Component) : Unit |
def
|
apply (n : Int) : Component |
override def
|
clear : Unit |
protected def
|
insertAt (n : Int, c : Component) : Unit |
def
|
length : Int |
def
|
remove (n : Int) : Component |
def
|
wrap (c : java.awt.Component) : Component |
Methods inherited from BufferWrapper | |
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 |
def
wrap(c : java.awt.Component) : Component
override
def
clear : Unit
def
length : Int
Scala Swing Library
|
|