MonadCombobox

trait MonadCombobox[A] extends EventSource

MonadCombobox represents an EventSource that is composed by a combo-box that emit events when the choice is changed.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def combobox: JComboBox[A]
Returns:

the associated swing combo-box

Inherited methods

def events: Observable[Event]
Returns:

an observable that allow to receive all the Event emitted by the EventSource.

Inherited from:
EventSource