Scala Swing Library
|
|
scala/swing/Table/selection.scala
]
object
columns
extends
SelectionSet[Int]Method Summary | |
def
|
+= (n : Int) : Unit |
def
|
-= (n : Int) : Unit |
def
|
anchorIndex : Int |
def
|
leadIndex : Int |
Methods inherited from SelectionSet | |
contains, size, elements |
Methods inherited from scala.Collection | |
scala.Collection.toString |
Methods inherited from scala.Function1 | |
scala.Function1.compose, scala.Function1.andThen |
Methods inherited from AnyRef | |
getClass, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Method Details |
Scala Swing Library
|
|