|
Scala Library
|
|
scala/swing/ComboBox.scala]
trait
Editor[A]
extends Publisher| Value Summary | |
lazy val
|
comboBoxPeer : javax.swing.ComboBoxEditor |
| Values and Variables inherited from Publisher | |
| listeners |
| Values and Variables inherited from Reactor | |
| reactions |
| Method Summary | |
abstract def
|
component : Component |
abstract def
|
item : A |
abstract def
|
item_= (a : A) : Unit |
abstract def
|
startEditing : Unit |
| Methods inherited from Publisher | |
| subscribe, unsubscribe, publish |
| Methods inherited from Reactor | |
| listenTo, deafTo |
| 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
|
|