|
Scala Library
|
|
scala/swing/ComboBox.scala]
class
BuiltInEditor[A](comboBox : ComboBox[A], string2A : (java.lang.String) => A, a2String : (A) => java.lang.String)
extends Editor[A]| Value Summary | |
override lazy val
|
comboBoxPeer : javax.swing.ComboBoxEditor |
| Values and Variables inherited from Publisher | |
| listeners |
| Values and Variables inherited from Reactor | |
| reactions |
| Method Summary | |
def
|
component : Component |
def
|
item : A |
def
|
item_= (a : A) : Unit |
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 |
| Class Summary | |
protected[swing] class
|
DelegatedEditor
(editor : javax.swing.ComboBoxEditor) extends javax.swing.ComboBoxEditor with AnyRef
|
| Value Details |
| Method Details |
|
Scala Library
|
|