|
Scala Library
|
|
scala/swing/ListView.scala]
protected
class
ModelWrapper(val items : Seq[A])
extends javax.swing.AbstractListModel with AnyRef| Method Summary | |
def
|
getElementAt (n : Int) : AnyRef |
def
|
getSize : Int |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
|
Scala Library
|
|