Installed reaction won't receive events from the given publisher anylonger.
Installed reaction won't receive events from the given publisher anylonger.
The equality method for reference types.
The hashCode method for reference types.
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.
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.
Creates a String representation of this object.
Creates a String representation of this object. The default representation is platform dependent. On the java platform it is the concatenation of the class name, "@", and the object's hashcode in hexadecimal.
a String representation of the object.
Used by certain layout managers, e.
Used by certain layout managers, e.g., BoxLayout or OverlayLayout to align components relative to each other.
(Since version 2.8.0) Use mouse instead
(Since version 2.8.0) "Explicit size assignment for UIElements is not supported anymore. ".+("Use a layout manager or subclass Window.")
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