scala.swing.ComboBox

trait Editor

[source: scala/swing/ComboBox.scala]

trait Editor[A]
extends Publisher
An editor for a combo box. Let's you edit the currently selected item. It is highly recommended to use the BuiltInEditor class. For anything else, one cannot guarantee that it integrates nicely with the current LookAndFeel. Publishes action events.
Direct Known Subclasses:
ComboBox.BuiltInEditor

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
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
lazy val comboBoxPeer : javax.swing.ComboBoxEditor

Method Details
abstract def component : Component

abstract def item : A

abstract def item_=(a : A) : Unit

abstract def startEditing : Unit