This trait is used to redirect certain calls from the peer to the wrapper and back.
Installed reaction won't receive events from the given publisher anylonger.
Installed reaction won't receive events from the given publisher anylonger.
Returns string formatted according to given format
string.
Returns string formatted according to given format
string.
Format strings are as for String.format
(@see java.lang.String.format).
Listen to the given publisher as long as deafTo
isn't called for
them.
Listen to the given publisher as long as deafTo
isn't called for
them.
Makes this combo box editable.
Makes this combo box editable. In order to do so, this combo needs an editor which is supplied by the implicit argument. For default editors, see ComboBox companion object.
Contains publishers for various mouse events.
For custom painting, users should usually override this method.
For custom painting, users should usually override this method.
Notify all registered reactions.
Notify all registered reactions.
All reactions of this reactor.
All reactions of this reactor.
Sets the renderer for this combo box's items.
Sets the renderer for this combo box's items. Index -1 is passed to the renderer for the selected item (not in the pull-down menu).
The underlying combo box renders all items in a ListView
(both, in the pull-down menu as well as in the box itself), hence the
ListView.Renderer
.
Note that the UI peer of a combo box usually changes the colors of the component to its own defaults _after_ the renderer has been configured. That's Swing's principle of most suprise.
Used by certain layout managers, e.
Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.
(comboBox: Editor[Double]).comboBoxPeer
(comboBox: Editor[Float]).comboBoxPeer
(comboBox: Editor[Int]).comboBoxPeer
(comboBox: Editor[String]).comboBoxPeer
(comboBox: Editor[Double]).component
(comboBox: Editor[Float]).component
(comboBox: Editor[Int]).component
(comboBox: Editor[String]).component
Installed reaction won't receive events from the given publisher anylonger.
Installed reaction won't receive events from the given publisher anylonger.
(comboBox: Editor[Double]).deafTo(ps)
Installed reaction won't receive events from the given publisher anylonger.
Installed reaction won't receive events from the given publisher anylonger.
(comboBox: Editor[Float]).deafTo(ps)
Installed reaction won't receive events from the given publisher anylonger.
Installed reaction won't receive events from the given publisher anylonger.
(comboBox: Editor[Int]).deafTo(ps)
Installed reaction won't receive events from the given publisher anylonger.
Installed reaction won't receive events from the given publisher anylonger.
(comboBox: Editor[String]).deafTo(ps)
(comboBox: Editor[Double]).item
(comboBox: Editor[Float]).item
(comboBox: Editor[Int]).item
(comboBox: Editor[String]).item
Listen to the given publisher as long as deafTo
isn't called for
them.
Listen to the given publisher as long as deafTo
isn't called for
them.
(comboBox: Editor[Double]).listenTo(ps)
Listen to the given publisher as long as deafTo
isn't called for
them.
Listen to the given publisher as long as deafTo
isn't called for
them.
(comboBox: Editor[Float]).listenTo(ps)
Listen to the given publisher as long as deafTo
isn't called for
them.
Listen to the given publisher as long as deafTo
isn't called for
them.
(comboBox: Editor[Int]).listenTo(ps)
Listen to the given publisher as long as deafTo
isn't called for
them.
Listen to the given publisher as long as deafTo
isn't called for
them.
(comboBox: Editor[String]).listenTo(ps)
Notify all registered reactions.
Notify all registered reactions.
(comboBox: Editor[Double]).publish(e)
Notify all registered reactions.
Notify all registered reactions.
(comboBox: Editor[Float]).publish(e)
Notify all registered reactions.
Notify all registered reactions.
(comboBox: Editor[Int]).publish(e)
Notify all registered reactions.
Notify all registered reactions.
(comboBox: Editor[String]).publish(e)
All reactions of this reactor.
All reactions of this reactor.
(comboBox: Editor[Double]).reactions
All reactions of this reactor.
All reactions of this reactor.
(comboBox: Editor[Float]).reactions
All reactions of this reactor.
All reactions of this reactor.
(comboBox: Editor[Int]).reactions
All reactions of this reactor.
All reactions of this reactor.
(comboBox: Editor[String]).reactions
(comboBox: Editor[Double]).startEditing()
(comboBox: Editor[Float]).startEditing()
(comboBox: Editor[Int]).startEditing()
(comboBox: Editor[String]).startEditing()
Let's the user make a selection from a list of predefined items. Visually, this is implemented as a button-like component with a pull-down menu.
javax.swing.JComboBox