|
Scala Library
|
|
scala/swing/ButtonGroup.scala]
class
ButtonGroup(initialButtons : AbstractButton*)
extends AnyRef| Value Summary | |
val
|
buttons : Set[AbstractButton] |
val
|
peer : javax.swing.ButtonGroup |
| Method Summary | |
def
|
select (b : AbstractButton) : Unit |
def
|
selected : Option[AbstractButton] |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Value Details |
| Method Details |
|
Scala Library
|
|