MonadConfigButton

MonadConfigButton represents an EventSource composed by a button and a text field. Usually it is useful to deal with configuration button that need some text as input.

Companion:
object
class Object
trait Matchable
class Any

Value members

Abstract methods

def button: JButton
Returns:

the associated swing button.

def panel: JPanel
Returns:

the panel that assemble the button and the text field horizontally.

def textField: JTextField
Returns:

the associated swing text field.

Inherited methods

def events: Observable[Event]
Returns:

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

Inherited from:
EventSource